Freigeben über


ChartAxis.Interval-Eigenschaft

Gets the default interval between gridlines, tickmarks and labels.

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

Syntax

'Declaration
Public ReadOnly Property Interval As ReportDoubleProperty 
    Get
'Usage
Dim instance As ChartAxis 
Dim value As ReportDoubleProperty 

value = instance.Interval
public ReportDoubleProperty Interval { get; }
public:
property ReportDoubleProperty^ Interval {
    ReportDoubleProperty^ get ();
}
member Interval : ReportDoubleProperty
function get Interval () : ReportDoubleProperty

Eigenschaftswert

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

Siehe auch

Verweis

ChartAxis Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace