Gets or sets the high value for the data point. Mandatory in series with Type = Range. May be omitted if Y is specified. If so, it defaults to Y.

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

Syntax

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

See Also