ChartValueType Výčet

Definice

Určuje typy hodnot pro různé vlastnosti grafu.

public enum class ChartValueType
public enum ChartValueType
type ChartValueType = 
Public Enum ChartValueType
Dědičnost
ChartValueType

Pole

Auto 0

Typ vlastnosti se nastavuje automaticky ovládacím Chart prvku.

Date 9

Část hodnoty s datem DateTime .

DateTime 8

Hodnota DateTime .

DateTimeOffset 11

Hodnota DateTime s posunem.

Double 1

Hodnota Double .

Int32 3

Hodnota Int32 .

Int64 4

Hodnota Int64 .

Single 2

Hodnota Single .

String 7

Hodnota String .

Time 10

Časová část DateTime hodnoty.

UInt32 5

Hodnota UInt32 .

UInt64 6

Hodnota UInt64 .

Platí pro