Share via


ChartAxisInstance.LabelIntervalOffsetType Property

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

Property Value

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