ChartValueType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies value types for various chart properties.
public enum class ChartValueType
public enum ChartValueType
type ChartValueType =
Public Enum ChartValueType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Property type is set automatically by the Chart control. |
Double | 1 | A Double value. |
Single | 2 | A Single value. |
Int32 | 3 | A Int32 value. |
Int64 | 4 | A Int64 value. |
UInt32 | 5 | A UInt32 value. |
UInt64 | 6 | A UInt64 value. |
String | 7 | A String value. |
DateTime | 8 | A DateTime value. |
Date | 9 | The Date portion of a DateTime value. |
Time | 10 | The Time portion of the DateTime value. |
DateTimeOffset | 11 | A DateTime value with offset. |
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.