Use the members of this enumeration to set the value of
the Compass property in
the Axis, Label,
and Legend classes.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum CompassEnum |
Visual Basic |
---|
Public Enumeration CompassEnum |
Members
Member name | Value | Description | |
---|---|---|---|
North | 0 | Object is positioned north or above. | |
South | 1 | Object is positioned south or below. | |
East | 2 | Object is positioned east or to the right side. | |
West | 3 | Object is positioned west or to the left side. |