WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartAccumulationLabelStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved