Back to Devexpress

XYDiagram2D.GetIndicatorPane(SeparatePaneIndicator) Method

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-dot-getindicatorpane-x28-devexpress-dot-xpf-dot-charts-dot-separatepaneindicator-x29.md

latest1.7 KB
Original Source

XYDiagram2D.GetIndicatorPane(SeparatePaneIndicator) Method

Gets the value of the XYDiagram2D.IndicatorPane attached property for the specified separate pane indicator.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public static Pane GetIndicatorPane(
    SeparatePaneIndicator indicator
)
vb
<Browsable(False)>
Public Shared Function GetIndicatorPane(
    indicator As SeparatePaneIndicator
) As Pane

Parameters

NameTypeDescription
indicatorSeparatePaneIndicator

A SeparatePaneIndicator object representing the separate pane indicator to which the axis is assigned.

|

Returns

TypeDescription
Pane

A Pane object representing the pane associated with the indicator.

|

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace