Gets or sets the minimum value for the axis. If null (which is the default) or error in expression, the axis autoscales.

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

Syntax

C#
public RdlObject Minimum { get; set; }
Visual Basic
Public Property Minimum As RdlObject
	Get
	Set

See Also