ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / LabelsVisible Property

In This Topic
    LabelsVisible Property
    In This Topic
    Gets or sets a value indicating whether axis labels will be drawn on the axis.
    Syntax
    'Declaration
     
    Public Property LabelsVisible As Boolean
    public bool LabelsVisible {get; set;}

    Property Value

    Boolean. True if axis labels will be drawn on the axis; otherwise False.
    See Also