HeatmapAxis.GridSpacing Property
In This Article
Specifies how frequently the Heatmap Control should plot axis tickmarks and labels.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int GridSpacing { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The frequency of tickmarks and labels. |
#Remarks
Before you set the GridSpacing
property, disable the AutoGrid property.
See Also