ChartGridLinesInstance.IntervalOffsetType 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property IntervalOffsetType As ChartIntervalType
    Get
用法
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

属性值

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