Partilhar via


Propriedade IntervalOffsetType

Gets the calculated value of the IntervalOffsetType property in a ChartGridLines class.

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

Sintaxe

'Declaração
Public ReadOnly Property IntervalOffsetType As ChartIntervalType
    Get
'Uso
Dim instance As ChartGridLinesInstance
Dim value As ChartIntervalType

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartIntervalType
A ChartIntervalType value that represents the calculated value of the IntervalOffsetType property.