Udostępnij przez


Właściwość ChartAxisScaleBreak.Spacing

Pobiera wyrażenie ilość miejsca, aby pozostawić na podział skali jako procent rozmiaru wykresu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Spacing As ReportDoubleProperty
    Get
'Użycie
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