FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartVisualEffectsStyle.EdgeStyle Class / Width Property

In This Topic
    Width Property (ChartVisualEffectsStyle.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 Single
    public float Width {get; set;}
    See Also