Back to Devexpress

PieChartResolveLabelOverlapping Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-68c9c116.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum PieChartResolveLabelOverlapping
vb
Public Enum PieChartResolveLabelOverlapping

Members

NameDescription
None

Default. The label location is specified by default.

| | Hide |

The PieChart automatically determines and hides overlapping labels in the order of their addition to the data source.

| | Shift |

The PieChart control tries to shift chart labels to show them without overlapping. If there is not enough space for all labels, the control hides labels with the smallest value.

|

The following properties accept/return PieChartResolveLabelOverlapping values:

Remarks

The enumeration is used by the BootstrapPieChart.ResolveLabelOverlapping property.

See Also

DevExpress.Web.Bootstrap Namespace