Gets or sets the AlarmZone minimum pixel height.

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

Syntax

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

Remarks

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

See Also