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