2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Area Class / Visible Property

In This Topic
    Visible Property (Area)
    In This Topic
    Gets or sets the ChartArea visibility.
    Syntax
    'Declaration
     
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    Remarks
    If this property is false, the ChartArea and all objects included in the ChartArea, include Axes and PlotArea are not visible.
    See Also