ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / SmartLabels Property

In This Topic
    SmartLabels Property
    In This Topic
    Gets or sets a value indicating whether smart labels are enabled on the axis.
    Syntax
    'Declaration
     
    Public Property SmartLabels As Boolean
    public bool SmartLabels {get; set;}

    Property Value

    Boolean. True if smart labels are enabled on the axis; otherwise False.
    See Also