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

In This Topic
    DoubleValue Property
    In This Topic
    A double? value specifies the data point of a series.
    Syntax
    'Declaration
     
    Public Property DoubleValue As System.Nullable(Of Double)
    public System.Nullable<double> DoubleValue {get; set;}
    See Also