Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxisScaleBreak Class / CollapsibleSpaceThreshold Property

In This Topic
    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