Enum ChartAccumulationLabelStyle
Lists the options available for rendering the labels in the Pyramid, Funnel, Pie or Doughnut Chart.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAccumulationLabelStyle
Fields
Name | Description |
---|---|
Disabled | Labels are not shown. |
Inside | Labels are rendered inside the pie. |
Outside | Lables are rendered outside the pie.In funnel or pyramid chart, if the label style is set to outside, then the label placement has be left or right. |
OutsideInArea | Labels are rendered outside the pie and in chart area. |
OutsideInColumn | Labels are rendered outside the pie and in columns. |