Sdílet prostřednictvím


ChartAxisScaleBreak.Spacing Property

Gets an expression that evaluates to the amount of space to leave for a scale break, as a percent of the chart size.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Spacing As ReportDoubleProperty 
    Get
'Usage
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

Property Value

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

See Also

Reference

ChartAxisScaleBreak Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace