Skip to main content
All docs
V25.1
  • HeatmapAxis.GridSpacing Property

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

    Namespace: DevExpress.XtraCharts.Heatmap

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