Back to Devexpress

SeparatePaneIndicator.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-separatepaneindicator-18fbbfc2.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public Axis2D AxisY { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property AxisY As Axis2D

Property Value

TypeDescription
Axis2D

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

|

See Also

SeparatePaneIndicator Class

SeparatePaneIndicator Members

DevExpress.XtraCharts Namespace