Skip to main content

BootstrapChartBarSeriesBase.MinBarSize Property

Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(0)]
public int MinBarSize { get; set; }

Property Value

Type Default Description
Int32 0

An integer number specifying the minimal bar size in pixels.

Remarks

If the disparity between the smallest and largest values in the data source is considerable, small values are visualized by tiny bars that may be difficult to interact with. In this case, specify the minimal possible height (or length if the chart is rotated - BootstrapChart.Rotated) for bars using the MinBarSize property.

See Also