Gets or sets the start/open value for the data point. Optional in series with Type = Range with SubType = Stock, Candlestick or BoxPlot.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlFloat Start { get; set; }
Visual Basic
Public Property Start As RdlFloat
	Get
	Set

See Also