Compartir a través de


ChartAxis.LabelInterval Propiedad

Gets the interval between labels.

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

ChartAxis Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering