Use the members of this enumeration to set the location of the axis annotations.

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

Syntax

C#
public enum TickLabelsEnum
Visual Basic
Public Enumeration TickLabelsEnum

Members

Member nameValueDescription
None0 No annotations along the axis.
High1 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.
Low2 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.
NextToAxis3 Annotations are drawn next to the axis.

See Also