Use the members of this enumeration to set the value of the Axis.Compass property in the Axis, Label, and Legend classes.
[Visual Basic]
Public Enum C1.Win.C1Chart.CompassEnum
[C#]
public enum C1.Win.C1Chart.CompassEnum
[Delphi]
type C1.Win.C1Chart.CompassEnum = (East, North, South, West);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
East |
Object is positioned east or to the right side. |
North |
Object is positioned north or above. |
South |
Object is positioned south or below. |
West |
Object is positioned west or to the left side. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |