Partager via


Spacing propriété

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Spacing As ReportDoubleProperty
    Get
'Utilisation
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