Back to Devexpress

HeatmapAxis.GridSpacing Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapaxis-998159c0.md

latest1.2 KB
Original Source

HeatmapAxis.GridSpacing Property

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

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int GridSpacing { get; set; }
vb
Public Property GridSpacing As Integer

Property Value

TypeDescription
Int32

The frequency of tickmarks and labels.

|

Remarks

Before you set the GridSpacing property, disable the AutoGrid property.

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.Xpf.Charts.Heatmap Namespace