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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.