Dundas Chart for ASP.NET
ChartValueTypes Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : ChartValueTypes Enumeration


Specifies value types for various chart properties.


Chart Value Types

Syntax

Visual Basic (Declaration)  
Public Enum ChartValueTypes 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ChartValueTypes
C#  
public enum ChartValueTypes : Enum 

Members

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

Remarks

The ChartValueTypes enumeration represents the value types that various chart properties can be.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ChartValueTypes

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.