ChartAxis.LabelIntervalOffsetType Property

Gets the units for the LabelIntervalOffset.

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

Syntax

'Declaration
Public ReadOnly Property LabelIntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Usage
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartIntervalType)

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