HeatmapAxis.Name Property
Gets or sets the axis name.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
[XtraSerializableProperty]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | A string value that specifies the axis name. |
See Also