Partilhar via


Propriedade do RDL ChartAxisInstance.LabelIntervalOffset

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartAxisInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering