'Declaration Public Enum ValueFormat Inherits System.Enum
'Usage Dim instance As ValueFormat
public enum ValueFormat : System.Enum
'Declaration Public Enum ValueFormat Inherits System.Enum
'Usage Dim instance As ValueFormat
public enum ValueFormat : System.Enum
Member | Description |
---|---|
Currency | The value is formatted with the default locale currency format |
CustomDateTime | The value is formatted using a user specified custom date time format string |
CustomNumber | The value is formatted using a user specified custom number format string |
Date | The value is formatted with the default locale short date format |
DateTime | The value is formatted with the default locale date time format |
Default | The value is formatted with the default locale settings |
LongDate | The value is formatted with the default locale long date format |
Percentage | The value is formatted as a percentage |
Scientific | The value is formatted with the default locale scientific format |
Time | The value is formatted with the default locale time format |
System.Object
System.ValueType
System.Enum
Xceed.Chart.Utilities.ValueFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2