alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartAccumulationLabelStyle

    Lists the options available for rendering the labels in the Pyramid, Funnel, Pie or Doughnut Chart.

    Inheritance
    System.Object
    ChartAccumulationLabelStyle
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartAccumulationLabelStyle : Enum

    Fields

    Disabled

    Labels are not shown.

    Declaration
    public const ChartAccumulationLabelStyle Disabled
    Field Value
    Type
    ChartAccumulationLabelStyle

    Inside

    Labels are rendered inside the pie.

    Declaration
    public const ChartAccumulationLabelStyle Inside
    Field Value
    Type
    ChartAccumulationLabelStyle

    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.

    Declaration
    public const ChartAccumulationLabelStyle Outside
    Field Value
    Type
    ChartAccumulationLabelStyle

    OutsideInArea

    Labels are rendered outside the pie and in chart area.

    Declaration
    public const ChartAccumulationLabelStyle OutsideInArea
    Field Value
    Type
    ChartAccumulationLabelStyle

    OutsideInColumn

    Labels are rendered outside the pie and in columns.

    Declaration
    public const ChartAccumulationLabelStyle OutsideInColumn
    Field Value
    Type
    ChartAccumulationLabelStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved