SeparatePaneIndicator.AxisYName Property
For internal use only. Specifies the Y-axis name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty]
public string AxisYName { get; set; }
Property Value
Type | Description |
---|---|
String | A String value. |
See Also