2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / TickLabels Property

In This Topic
    TickLabels Property
    In This Topic
    Gets or sets the placement of the annotation labels relative the axis.
    Syntax
    'Declaration
     
    Public Property TickLabels As TickLabelsEnum
    public TickLabelsEnum TickLabels {get; set;}
    Remarks
    Axis annotations can be placed on the chart in several positions or not at all. See the TickLabelsEnum Enumeration for details.
    See Also