ChartValueType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定不同圖表屬性的值類型。
public enum class ChartValueType
public enum ChartValueType
type ChartValueType =
Public Enum ChartValueType
- 繼承
欄位
Auto | 0 | 屬性型別會由 Chart 控制項自動設定。 |
Date | 9 | DateTime 值的 Date 部分。 |
DateTime | 8 | DateTime 值。 |
DateTimeOffset | 11 | 含位移的 DateTime 值。 |
Double | 1 | Double 值。 |
Int32 | 3 | Int32 值。 |
Int64 | 4 | Int64 值。 |
Single | 2 | Single 值。 |
String | 7 | String 值。 |
Time | 10 | DateTime 值的 Time 部分。 |
UInt32 | 5 | UInt32 值。 |
UInt64 | 6 | UInt64 值。 |