Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapAxis.Name Property

Gets or sets the axis name.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.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