Skip to main content

BootstrapPieChartSeries.MinSegmentSize Property

Specifies a minimal size of a displayed pie segment.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal MinSegmentSize { get; set; }

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