ChartAxisScaleBreak.CollapsibleSpaceThreshold 属性

Percent of empty space allowed on the axis before a scale break is triggered.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property CollapsibleSpaceThreshold As ReportExpression(Of Integer)
    Get
    Set
用法
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of Integer)

value = instance.CollapsibleSpaceThreshold

instance.CollapsibleSpaceThreshold = value
public ReportExpression<int> CollapsibleSpaceThreshold { get; set; }
public:
property ReportExpression<int> CollapsibleSpaceThreshold {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member CollapsibleSpaceThreshold : ReportExpression<int> with get, set
function get CollapsibleSpaceThreshold () : ReportExpression<int>
function set CollapsibleSpaceThreshold (value : ReportExpression<int>)