AxisY.Name Property
Overrides the ChartElementNamed.Name property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v22.2.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
The Name property is overridden to hide the corresponding property of the ChartElementNamed class. Normally, you don’t need to use this property.
See Also