Gets or sets the AlarmZone minimum pixel width.

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

Syntax

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

Remarks

If the width of the AlarmZone is less than the specified value in pixels, the AlarmZone is drawn with the specified width. Applicable only for Cartesian charts and rectangular or elliptical shaped AlarmZones.

See Also