Intersoft WebGrid Documentation
ChartType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace : ChartType Enumeration






Defines the type of Chart.

Syntax

Visual Basic (Declaration) 
Public Enum ChartType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ChartType
C# 
public enum ChartType : System.Enum 
Delphi 
public enum ChartType = class(System.Enum)
JScript 
public enum ChartType extends System.Enum
Managed Extensions for C++ 
__value public enum ChartType : public System.Enum 
C++/CLI 
public enum class ChartType : public System.Enum 

Members

MemberDescription
AreaSets the type of Chart to Area.
BarSets the type of Chart to Bar.
ColumnSets the type of Chart to Column.
DoughnutSets the type of Chart to Doughnut.
LineSets the type of Chart to Line.
PieSets the type of Chart to Pie.
SmoothLineSets the type of Chart to SmoothLine.
StepLineSets the type of Chart to StepLine.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.Chart.ChartType

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

©2012 Intersoft Solutions Corp. All Rights Reserved.