Partager via


Propriété Spacing

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Spacing As ReportExpression(Of Double)
    Get
    Set
'Utilisation
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>)