Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointValues Class / Start Property

In This Topic
    Start Property (ChartDataPointValues)
    In This Topic
    Gets or sets the start/open value for the data point. Optional in series with Type = Range with SubType = Stock, Candlestick or BoxPlot.
    Syntax
    'Declaration
     
    Public Property Start As RdlFloat
    public RdlFloat Start {get; set;}
    See Also