Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[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