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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.