Gets or sets the ChartArea visibility.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public bool Visible { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Visible As Boolean
	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