Spacing プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Spacing As ReportDoubleProperty
    Get
'使用
Dim instance As ChartAxisScaleBreak
Dim value As ReportDoubleProperty

value = instance.Spacing
public ReportDoubleProperty Spacing { get; }
public:
property ReportDoubleProperty^ Spacing {
    ReportDoubleProperty^ get ();
}
member Spacing : ReportDoubleProperty
function get Spacing () : ReportDoubleProperty