ChartValueType Wyliczenie

Definicja

Określa typy wartości dla różnych właściwości wykresu.

public enum class ChartValueType
public enum ChartValueType
type ChartValueType = 
Public Enum ChartValueType
Dziedziczenie
ChartValueType

Pola

Auto 0

Typ właściwości jest ustawiany automatycznie przez kontrolkę Chart .

Date 9

Część DateTime daty wartości.

DateTime 8

DateTime Wartość.

DateTimeOffset 11

Wartość z przesunięciem DateTime .

Double 1

Double Wartość.

Int32 3

Int32 Wartość.

Int64 4

Int64 Wartość.

Single 2

Single Wartość.

String 7

String Wartość.

Time 10

Część DateTime czasu wartości.

UInt32 5

UInt32 Wartość.

UInt64 6

UInt64 Wartość.

Dotyczy