Gets or sets the pattern style to be used if PatternVisible is true.

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

Syntax

C#
[DefaultValueAttribute(HatchStyle.BackwardDiagonal)]
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public HatchStyle PatternStyle { get; set; }
Visual Basic
<DefaultValueAttribute(HatchStyle.BackwardDiagonal)> _
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property PatternStyle As HatchStyle
	Get
	Set

Remarks

The PatternStyle is penned in the AlarmZone ForeColor.

See Also