2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AlarmZone Class / MinHeight Property

In This Topic
    MinHeight Property
    In This Topic
    Gets or sets the AlarmZone minimum pixel height.
    Syntax
    'Declaration
     
    Public Property MinHeight As System.Integer
    public System.int MinHeight {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