BootstrapPolarChartBarSeries.MinBarSize Property
Specifies the minimal length of a displayed bar in pixels.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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