FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZone Class / MinHeight Property

In This Topic
    MinHeight Property (ChartAlarmZone)
    In This Topic
    Gets or sets the ChartAlarmZone minimum height, in twips.

    If the height of the ChartAlarmZone is less than the specified value in twips, the ChartAlarmZone is drawn with the specified height. Applicable only for Cartesian charts and rectangular or elliptical shaped alarm zones.

    Syntax
    'Declaration
     
    Public Property MinHeight As Double
    public double MinHeight {get; set;}
    See Also