PieChartResolveLabelOverlapping Enum
Lists values of chart behavior when labels overlap. Allows you to hide certain labels, or slightly shift them, or keep them as they are (i.e., overlapping).
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Members
Name | Description |
---|---|
None
|
Default. The label location is specified by default. |
Hide
|
The Pie |
Shift
|
The Pie |
#Related API Members
The following properties accept/return PieChartResolveLabelOverlapping values:
#Remarks
The enumeration is used by the BootstrapPieChart.ResolveLabelOverlapping property.