Use the members of this enumeration to set the value of the
property in the Label class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum LabelCompassEnum |
Visual Basic |
---|
Public Enumeration LabelCompassEnum |
Members
Member name | Value | Description | |
---|---|---|---|
North | 0 | Places label to the north or above the data point. | |
NorthEast | 1 | Places label to the NorthEast or above and right of the data point. | |
East | 2 | Places label to the East or to the right of the data point. | |
SouthEast | 3 | Places label to the SouthEast or below and right of the data point. | |
South | 4 | Places label to the South or below the data point. | |
SouthWest | 5 | Places label to the SouthWest or below and left of the data point. | |
West | 6 | Places label to the West or left of the data point. | |
NorthWest | 7 | Places label to the NorthWest or above and left of the data point. | |
Radial | 8 | In a pie chart, places label directly away from the center of the chart. | |
Orthogonal | 9 | Places label perpendicularly away from the plot line. | |
Auto | 10 | Places label automatically. The parameters of auto-arrangement are specified in AutoArrangment property of ChartLabels class. | |
RadialText | 11 | Places label perpendicularly away from the plot line and orients the text along that line. |