SeparatePaneIndicator.AxisY Property
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public Axis2D AxisY { get; set; }
#Property Value
Type | Description |
---|---|
Axis2D | An Axis |
See Also