SeparatePaneIndicator.AxisY Property
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[TypeConverter(typeof(AxisTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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