ChartIntervalTypes 列挙体

間隔の単位を指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Enumeration ChartIntervalTypes
'使用
Dim instance As ChartIntervalTypes
public enum ChartIntervalTypes
public enum class ChartIntervalTypes
type ChartIntervalTypes
public enum ChartIntervalTypes

メンバー

メンバー名 説明
Default Auto()()()() と同じ。
Auto 間隔の単位を実行時に自動的に決定します。
Number 間隔は番号です。
Years 間隔は年単位です。
Months 間隔は月単位です。
Weeks 間隔は週単位です。
Days 間隔は日単位です。
Hours 間隔は時間単位です。
Minutes 間隔は分単位です。
Seconds 間隔は秒単位です。
Milliseconds 間隔はミリ秒単位です。