2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / VisualEffectsStyle.EdgeStyle Class / Width Property

In This Topic
    Width Property (VisualEffectsStyle.EdgeStyle)
    In This Topic
    Gets or sets the width of element edge. When Scalable property is true it is measured in relative units, otherwise - in pixels.
    Syntax
    'Declaration
     
    Public Property Width As System.Single
    public System.float Width {get; set;}
    See Also