Use the members of this enumeration to set the value of the LabelCompass
property in the Chart3DLabel class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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. |