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.Xpf.Charts.Heatmap

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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