Compartir a través de


LabelInterval Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LabelInterval As Double
    Get
'Uso
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

Valor de la propiedad

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