Compartir a través de


ChartAxisInstance.LabelIntervalOffset Propiedad

Gets the calculated value of the LabelIntervalOffset 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 LabelIntervalOffset As Double 
    Get
'Uso
Dim instance As ChartAxisInstance 
Dim value As Double 

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

Valor de la propiedad

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

Vea también

Referencia

ChartAxisInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering