XYDiagram2D.GetIndicatorPane(SeparatePaneIndicator) Method
In This Article
Gets the value of the XYDiagram2D.IndicatorPane attached property for the specified separate pane indicator.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[Browsable(false)]
public static Pane GetIndicatorPane(
SeparatePaneIndicator indicator
)
#Parameters
Name | Type | Description |
---|---|---|
indicator | Separate |
A Separate |
#Returns
Type | Description |
---|---|
Pane | A Pane object representing the pane associated with the indicator. |
See Also