Partager via


Propriété LabelInterval

Gets the interval between labels.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LabelInterval As ReportDoubleProperty
    Get
'Utilisation
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