Skip to main content

BootstrapPolarChartBarSeries.MinBarSize Property

Specifies the minimal length of a displayed 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 length in pixels.

Remarks

When you visualize data with small and large numbers using a bar-like series, the small numbers are represented by very small bars. It makes them difficult to click, select or hover over. In such a case, use the MinBarSize property to set the minimal length of a displayed bar.

See Also