CollapsibleSpaceThreshold Property
In This Topic
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.
Syntax
'Declaration
Public Property CollapsibleSpaceThreshold As RdlInt
public RdlInt CollapsibleSpaceThreshold {get; set;}
See Also