Class ChartAccumulationLabelPlacement
Lists the options for positioning the lables in an accumulation chart (Pyramid or Funnel)
Inheritance
System.Object
ChartAccumulationLabelPlacement
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAccumulationLabelPlacement : Enum
Fields
Bottom
Renders the label at the bottom of the block, when rendered Inside.
Declaration
public const ChartAccumulationLabelPlacement Bottom
Field Value
| Type |
|---|
| ChartAccumulationLabelPlacement |
Center
Renders the label at the center of the block, when rendered Inside.
Declaration
public const ChartAccumulationLabelPlacement Center
Field Value
| Type |
|---|
| ChartAccumulationLabelPlacement |
Left
Renders the label to the left of the block, when rendered Outside.
Declaration
public const ChartAccumulationLabelPlacement Left
Field Value
| Type |
|---|
| ChartAccumulationLabelPlacement |
Right
Renders the label to the right of the block, when rendered Outside.
Declaration
public const ChartAccumulationLabelPlacement Right
Field Value
| Type |
|---|
| ChartAccumulationLabelPlacement |
Top
Renders the label on top of the block, when rendered Inside.
Declaration
public const ChartAccumulationLabelPlacement Top
Field Value
| Type |
|---|
| ChartAccumulationLabelPlacement |