Use the members of this enumeration to set the value of the property in the Label class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum LabelCompassEnum
Visual Basic
Public Enumeration LabelCompassEnum

Members

Member nameValueDescription
North0 Places label to the north or above the data point.
NorthEast1 Places label to the NorthEast or above and right of the data point.
East2 Places label to the East or to the right of the data point.
SouthEast3 Places label to the SouthEast or below and right of the data point.
South4 Places label to the South or below the data point.
SouthWest5 Places label to the SouthWest or below and left of the data point.
West6 Places label to the West or left of the data point.
NorthWest7 Places label to the NorthWest or above and left of the data point.
Radial8 In a pie chart, places label directly away from the center of the chart.
Orthogonal9 Places label perpendicularly away from the plot line.
Auto10 Places label automatically. The parameters of auto-arrangement are specified in AutoArrangment property of ChartLabels class.
RadialText11 Places label perpendicularly away from the plot line and orients the text along that line.

See Also