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

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