Use the members of this enumeration to set the value of the Compass property in the Axis, Label, and Legend classes.

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

Syntax

C#
public enum CompassEnum
Visual Basic
Public Enumeration CompassEnum

Members

Member nameValueDescription
North0 Object is positioned north or above.
South1 Object is positioned south or below.
East2 Object is positioned east or to the right side.
West3 Object is positioned west or to the left side.

See Also