Partager via


Propriété ChartAxisScaleBreak.Spacing

Gets an expression that evaluates to the 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 (en 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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Voir aussi

Référence

ChartAxisScaleBreak Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering