Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / Visible Property

In This Topic
    Visible Property (ChartAxis)
    In This Topic
    Gets or sets a value indicating whether the axis is displayed.

    Default: C1.C1Rdl.TriState.Auto.

    Syntax
    'Declaration
     
    Public Property Visible As RdlEnum(Of TriState)
    public RdlEnum<TriState> Visible {get; set;}
    See Also