Back to Devexpress

HeatmapControl.AxisY Property

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

latest2.1 KB
Original Source

HeatmapControl.AxisY Property

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

Namespace : DevExpress.XtraCharts.Heatmap

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
HeatmapAxis

Contains axis settings.

|

Remarks

The AxisY property allows you to access the following options of the heatmap y-axis:

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

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.XtraCharts.Heatmap Namespace