Freigeben über


ChartAxis.LabelInterval-Eigenschaft

Gets the interval between labels.

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

Syntax

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

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

Eigenschaftswert

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

Siehe auch

Verweis

ChartAxis Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace