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

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