ChartValueType 列挙型

定義

さまざまなグラフ プロパティの値の型を指定します。

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

フィールド

名前 説明
Auto 0

プロパティの種類は、Chart コントロールによって自動的に設定されます。

Double 1

Double 値です。

Single 2

Single 値です。

Int32 3

Int32 値です。

Int64 4

Int64 値です。

UInt32 5

UInt32 値です。

UInt64 6

UInt64 値です。

String 7

String 値です。

DateTime 8

DateTime 値です。

Date 9

DateTime値の日付部分。

Time 10

DateTime値の時間部分。

DateTimeOffset 11

オフセットを持つ DateTime 値。

適用対象