Gets or sets the PlotArea visibility.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] [DefaultValueAttribute(true)] public bool Visible { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ <DefaultValueAttribute(True)> _ Public Property Visible As Boolean Get Set |
Remarks
If the PlotArea is not visible, the data is not charted.