FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / TickLabels Property

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