HeatmapAxis.Tickmarks Property
In This Article
Returns axis tickmark settings.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public HeatmapTickmarks Tickmarks { get; }
#Property Value
Type | Description |
---|---|
Heatmap |
Contains settings for heatmap axis tickmarks. |
#Remarks
Use an axis’s Tickmarks
property to access tickmark appearance settings. Note that tickmarks are painted the same color as the axis to which they belong. The tickmark frequency depends on the axis GridSpacing property value.
See Also