2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ValueLabel Class / NumericValue Property

In This Topic
    NumericValue Property
    In This Topic
    Gets or sets the axis value to be replaced by the ValueLabel by specifying a numeric value that can be implicitly converted to double.
    Syntax
    'Declaration
     
    Public Property NumericValue As System.Double
    public System.double NumericValue {get; set;}
    See Also