ChartValueType Enumerazione

Definizione

Specifica i tipi di valore per varie proprietà del grafico.

public enum class ChartValueType
public enum ChartValueType
type ChartValueType = 
Public Enum ChartValueType
Ereditarietà
ChartValueType

Campi

Auto 0

Il tipo di proprietà viene impostato automaticamente dal controllo Chart.

Date 9

Parte relativa alla data di un valore DateTime.

DateTime 8

Valore DateTime.

DateTimeOffset 11

Valore DateTime con offset.

Double 1

Valore Double.

Int32 3

Valore Int32.

Int64 4

Valore Int64.

Single 2

Valore Single.

String 7

Valore String.

Time 10

Parte relativa all'ora di un valore DateTime.

UInt32 5

Valore UInt32.

UInt64 6

Valore UInt64.

Si applica a