ChartStripWidthTypes 列挙型

定義

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

public enum class ChartStripWidthTypes
public enum ChartStripWidthTypes
type ChartStripWidthTypes = 
Public Enum ChartStripWidthTypes
継承
ChartStripWidthTypes

フィールド

Auto 0

間隔の単位を実行時に自動的に決定します。

Days 5

間隔は日単位です。

Hours 6

間隔は時間単位です。

Milliseconds 9

間隔はミリ秒単位です。

Minutes 7

間隔は分単位です。

Months 3

間隔は月単位です。

Number 1

間隔は番号です。

Seconds 8

間隔は秒単位です。

Weeks 4

間隔は週単位です。

Years 2

間隔は年単位です。

適用対象