Partager via


Propriété LabelIntervalOffset

Gets the calculated value of the LabelIntervalOffset 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 LabelIntervalOffset As Double
    Get
'Utilisation
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

Valeur de propriété

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