Freigeben über


ChartAxisInstance.LabelIntervalOffsetType-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property LabelIntervalOffsetType As ChartIntervalType 
    Get
'Usage
Dim instance As ChartAxisInstance 
Dim value As ChartIntervalType 

value = instance.LabelIntervalOffsetType
public ChartIntervalType LabelIntervalOffsetType { get; }
public:
property ChartIntervalType LabelIntervalOffsetType {
    ChartIntervalType get ();
}
member LabelIntervalOffsetType : ChartIntervalType
function get LabelIntervalOffsetType () : ChartIntervalType

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType value that represents the calculated value of the LabelIntervalOffsetType property.

Siehe auch

Verweis

ChartAxisInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace