HeatmapControl.AxisX Property
In This Article
Provides access to the Heatmap Control’s x-axis settings.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public HeatmapAxis AxisX { get; }
#Property Value
Type | Description |
---|---|
Heatmap |
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