Gets or sets the percentage of empty space allowed on the axis before a scale break is triggered.

Must be greater than 0. Default: 25.

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

Syntax

C#
public RdlInt CollapsibleSpaceThreshold { get; set; }
Visual Basic
Public Property CollapsibleSpaceThreshold As RdlInt
	Get
	Set

See Also