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

In This Topic
    Visible Property (PlotArea)
    In This Topic
    Gets or sets the PlotArea visibility.
    Syntax
    'Declaration
     
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    Remarks
    If the PlotArea is not visible, the data is not charted.
    See Also