ChartValueType 列挙型

定義

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

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

フィールド

Auto 0

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

Date 9

DateTime 値の日付部分。

DateTime 8

DateTime 値。

DateTimeOffset 11

オフセットを含む DateTime の値。

Double 1

Double 値。

Int32 3

Int32 値。

Int64 4

Int64 値。

Single 2

Single 値。

String 7

String 値。

Time 10

DateTime 値の時刻部分。

UInt32 5

UInt32 値。

UInt64 6

UInt64 値。

適用対象