Skip to main content
All docs
V24.1

HeatmapAxis.GridSpacing Property

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

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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