Specifies value types for various chart properties.
Chart Value Types
Visual Basic (Declaration) | |
---|---|
Public Enum ChartValueTypes Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ChartValueTypes : Enum |
Member | Description |
---|---|
Auto |
Property type is set automatically by the Chart control. Auto value |
Double |
Corresponds to a Double .NET base type. Double value |
Single |
Corresponds to a Single .NET base type. Single value |
Int |
Corresponds to an Int32 .NET base type. Integer value |
Long |
Corresponds to an Int64 .NET base type. Long value |
UInt |
Corresponds to UInt32 .NET base type. Unsigned integer |
ULong |
Corresponds to a UInt64 .NET base type. Unsigned long |
String |
Corresponds to a String .NET base type. String |
DateTime |
Corresponds to a DateTime .NET base type. Date Time |
Date |
Corresponds to the Date portion a DateTime .NET base type. Date only |
Time |
Corresponds to the Time portion of a DateTime .NET base type. Time only |
The ChartValueTypes enumeration represents the value types that various chart properties can be.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.ChartValueTypes
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family