ChartStripWidthTypes 列挙体

ストリップ ラインの間隔の種類を表します。

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

構文

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

メンバー

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