2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TickLabelsEnum Enumeration

In This Topic
    TickLabelsEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the location of the axis annotations.
    Syntax
    'Declaration
     
    Public Enum TickLabelsEnum 
       Inherits System.Enum
    public enum TickLabelsEnum : System.Enum 
    Members
    MemberDescription
    HighAnnotations 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.
    LowAnnotations 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.
    NextToAxisAnnotations are drawn next to the axis.
    NoneNo annotations along the axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.TickLabelsEnum

    See Also