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

HeatmapAxis.GridSpacing Property

Specifies how frequently the Heatmap Control should plot axis tickmarks and labels.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.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