Back to Devexpress

HeatmapAxis.Name Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapaxis-3f437841.md

latest1.1 KB
Original Source

HeatmapAxis.Name Property

Gets or sets the axis name.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public string Name { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Misc)>
Public Property Name As String

Property Value

TypeDescription
String

A string value that specifies the axis name.

|

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.XtraCharts.Heatmap Namespace