ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartStyle Class / Width Property

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