ChartAxisScaleBreak.Spacing 属性

Amount of space to leave for a scale break, as a percent of the chart size.

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

语法

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

value = instance.Spacing

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