Partager via


Propriété LabelInterval

Gets the calculated value of the LabelInterval property in a ChartAxis class.

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

Syntaxe

'Déclaration
Public ReadOnly Property LabelInterval As Double
    Get
'Utilisation
Dim instance As ChartAxisInstance
Dim value As Double

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

Valeur de propriété

Type : System. . :: . .Double
A double value that represents the calculated value of the LabelInterval property.