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

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

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

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