ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisScroll Class / Visible Property

In This Topic
    Visible Property (AxisScroll)
    In This Topic

    Gets or sets a value indicating whether the axis scroll bar is visible.

    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}

    Property Value

    Boolean. True if the axis scroll bar is visible; otherwise False.
    See Also