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

In This Topic
    MinWidth Property
    In This Topic
    Gets or sets the AlarmZone minimum pixel width.
    Syntax
    'Declaration
     
    Public Property MinWidth As System.Integer
    public System.int MinWidth {get; set;}
    Remarks
    If the width of the AlarmZone is less than the specified value in pixels, the AlarmZone is drawn with the specified width. Applicable only for Cartesian charts and rectangular or elliptical shaped AlarmZones.
    See Also