XYDiagram2D.GetIndicatorAxisY(SeparatePaneIndicator) Method
In This Article
Gets the value of the XYDiagram2D.IndicatorAxisY 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 SecondaryAxisY2D GetIndicatorAxisY(
SeparatePaneIndicator indicator
)
#Parameters
Name | Type | Description |
---|---|---|
indicator | Separate |
A Separate |
#Returns
Type | Description |
---|---|
Secondary |
A Secondary |
See Also