Skip to main content
All docs
V26.1
  • BarChartViewBase.GapWidth Property

    Gets or sets the spacing between category groups.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int GapWidth { get; set; }

    Property Value

    Type Description
    Int32

    An integer in the range 0–500 that specifies gap width as a percentage of bar width.

    See Also