共用方式為


ChartTickMarksInstance.IntervalOffsetType 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property IntervalOffsetType As ChartIntervalType 
    Get
'用途
Dim instance As ChartTickMarksInstance 
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.

請參閱

參考

ChartTickMarksInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間