Skip to main content
A newer version of this page is available. .

SeparatePaneIndicator.AxisY Property

Gets or sets the Y-axis that is used to plot the current indicator on a XYDiagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public Axis2D AxisY { get; set; }

Property Value

Type Description
Axis2D

An AxisY or an SecondaryAxisY object that is the Y-axis for the current indicator.

See Also