Use the members of this enumeration to set the location of the axis annotations.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum TickLabelsEnum |
Visual Basic |
---|
Public Enumeration TickLabelsEnum |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No annotations along the axis. | |
High | 1 | Annotations are drawn near the maximum value of the perpendicular axis, and inside the plot area. For X axis annotations, if data is not available for Group0 and is available for Group1, the Y2 axis determines the location, otherwise the Y axis is used. Annotations which overlap the crossing axis are eliminated. | |
Low | 2 | Annotations are drawn near the minimum value of the perpendicular axis, and inside the plot area. For X axis annotations, if data is not available for Group0 and is available for Group1, the Y2 axis determines the location, otherwise the Y axis is used. Annotations which overlap the crossing axis are eliminated. | |
NextToAxis | 3 | Annotations are drawn next to the axis. |