Skip to main content
All docs
V23.2

HeatmapAxis.Name Property

Gets or sets the axis name.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public string Name { get; set; }

Property Value

Type Description
String

A string value that specifies the axis name.

See Also