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

In This Topic
    NumericValue Property
    In This Topic
    A value that indicates the numeric value of axis value label.
    Syntax
    'Declaration
     
    Public Property NumericValue As System.Nullable(Of Double)
    public System.Nullable<double> NumericValue {get; set;}
    See Also