ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeRange Class / Width2 Property

In This Topic
    Width2 Property (C1GaugeRange)
    In This Topic
    Gets or sets the end width of the C1GaugeRange (Width is the start width).
    Syntax
    'Declaration
     
    Public Property Width2 As System.Double
    public System.double Width2 {get; set;}
    See Also