Gets or sets whether the specified PatternStyle should be used to brush the background of the AlarmZone.

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

Syntax

C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public bool PatternVisible { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property PatternVisible As Boolean
	Get
	Set

See Also