Skip to main content

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.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum PieChartResolveLabelOverlapping

Members

Name Description
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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also