BootstrapPieChartSeries.MinSegmentSize Property
Specifies a minimal size of a displayed pie segment.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Decimal | "0" | A decimal number that specifies the minimal segment size. |
Remarks
When you visualize data with small and large numbers, the small numbers are represented by very small pie slices. It makes them difficult to click, select or hover over. In this case, use the MinSegmentSize property to set the minimal size of a displayed pie segment.
See Also