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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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