ChartViewType Enumeration | Spread ASP.NET 18
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ChartViewType Enumeration
Example Example


ChartViewType Enumeration
Specified chart view type.
Syntax
'Declaration
 
Public Enum ChartViewType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ChartViewType
Members
MemberDescription
View2D2D chart view type.
View3D3D chart view type.
Example
This example uses the ChartViewType enumeration.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Chart.ChartViewType

See Also