Enum ChartAccumulationLabelPlacement
Lists the options for positioning the lables in an accumulation chart (Pyramid or Funnel)
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAccumulationLabelPlacement
Fields
Name | Description |
---|---|
Bottom | Renders the label at the bottom of the block, when rendered Inside. |
Center | Renders the label at the center of the block, when rendered Inside. |
Left | Renders the label to the left of the block, when rendered Outside. |
Right | Renders the label to the right of the block, when rendered Outside. |
Top | Renders the label on top of the block, when rendered Inside. |