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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.