Back to Devexpress

HeatmapControl.AxisX Property

windowsforms-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapcontrol-f69d762f.md

latest2.1 KB
Original Source

HeatmapControl.AxisX Property

Provides access to the Heatmap Control’s x-axis settings.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public HeatmapAxis AxisX { get; }
vb
Public ReadOnly Property AxisX As HeatmapAxis

Property Value

TypeDescription
HeatmapAxis

Contains axis settings.

|

Remarks

The AxisX property allows you to access the following options of the heatmap x-axis:

Refer to the HeatmapAxis class description for more information about heatmap axes.

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.XtraCharts.Heatmap Namespace