Spacing プロパティ

グラフ サイズに対する割合で示した、スケール区切りのために残しておくスペース。

名前空間:  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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。