RadarAxisY.Name Property
Overrides the ChartElementNamed.Name property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public string Name { get; set; }
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