[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartAlarmZone.MinHeight

MinHeight Property

MinHeight

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.

Declaration
[C1Description("ChartAlarmZone.MinHeight", "The ChartAlarmZone minimum height, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MinHeight { get; set; }
<C1Description("ChartAlarmZone.MinHeight", "The ChartAlarmZone minimum height, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MinHeight As Double