Back to Devexpress

HeatmapAxis.GridSpacing Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapaxis-66598544.md

latest1.4 KB
Original Source

HeatmapAxis.GridSpacing Property

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

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int GridSpacing { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
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.XtraCharts.Heatmap Namespace