Use the members of this enumeration to set the value of the Compass property of the Title and Chart3DLegend classes.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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