Partilhar via


Propriedade do RDL ChartAxisScaleBreak.Spacing

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Spacing As ReportExpression(Of Double)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Consulte também

Referência

ChartAxisScaleBreak Classe

Namespace Microsoft.ReportingServices.RdlObjectModel