ComponentOne Chart for .NET (2.0) Search HelpCentral 

Area.Visible Property

Gets or sets the ChartArea visibility.

[Visual Basic]

Public Property Visible As Boolean

[C#]

public bool Visible {get;set;}

[Delphi]

public property Visible: Boolean read get_Visible write set_Visible;

Remarks

If this property is false, the ChartArea and all objects included in the ChartArea, include Axes and PlotArea are not visible.

See Also

Area Class | Area Members | C1.Win.C1Chart Namespace | Area Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.