ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / CompositeChartYAxisHeight Class / Value Property

In This Topic
    Value Property
    In This Topic
    A value that determines the value of this object.
    Syntax
    'Declaration
     
    Public Property Value As System.Nullable(Of Integer)
    public System.Nullable<int> Value {get; set;}
    See Also