Specifies the alignment of the labels.
Definition
Fields
the label is positioned at the center of the segment.
C#
Center = 0
The label is positioned in a circle around the chart.
C#
Circle = 1
the label is positioned in a column around the chart.
C#
Column = 2
The label is positioned to the left of the segment.
C#
Left = 3
The label is positioned to the right of the segment.
C#
Right = 4