ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Width Property

In This Topic
    Width Property (SVGStyle)
    In This Topic
    A value that indicates the width of the chart style.
    Syntax
    'Declaration
     
    
    Public Property Width As Nullable(Of Double)
    public Nullable<double> Width {get; set;}
    See Also