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

HeatmapControl.AxisX Property

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

Namespace: DevExpress.XtraCharts.Heatmap

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public HeatmapAxis AxisX { get; }

Property Value

Type Description
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