Use the members of this enumeration to set the location of the axis annotations.
[Visual Basic]
Public Enum TickLabelsEnum
[C#]
public enum TickLabelsEnum
[Delphi]
type TickLabelsEnum = (High, Low, NextToAxis, None);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
High |
Annotations are drawn near the maximum value of the perpendicular axis (not currently implemented). |
Low |
Annotations are drawn near the minimum value of the perpendicular axis (not currently implemented). |
NextToAxis |
Annnotations are drawn next to the axis. |
None |
No annotations along the axis. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |