ChartType Enumeration
Represents the chart type of a chart.
Syntax
'Declaration Public Enum ChartType Inherits System.Enum
'Usage Dim instance As ChartType
public enum ChartType : System.Enum
Members
Member | Description |
---|---|
Bubble | Draws scattered data. Markers, lines, and splines are supported. Data Used: YValue, YDateTime, XValue, XDateTime |
Calendar | (JS Output Only) Draws a Calendar chart. |
Combo | The combo chart supports virtually every feature. This chart is capable of being every chart you want it to be based on settings of other objects like series and axes. The x axis is a label axis and the y axis is a value axis. Element values used YValue, YValueStart, YDateTime, YDateTimeStart, Complete |
ComboHorizontal | This chart supports the bar and cylinder series types. The y axis is a label axis and the x axis is a value axis. Element values used YValue, YValueStart, YDateTime, YDateTimeStart, Complete |
ComboSideBySide | Each series is drawn side by side. This chart doesn't support stacked axis scales and unclustered columns. The x axis is a label axis and the y axis is a value axis. Element values used YValue, YValueStart, YDateTime, YDateTimeStart, Complete |
Donut | See Pie. |
Donuts | See Pies. |
Financial | Only 3 axes exist for this chart, price, volume and x axis. No more axes can be bound to series but you can calculate as many axes as you would like. HLC Charts can be achieved by providing a high, low, and close but leaving open equal double.NaN. Element values used Open, High, Low, Close, Volume |
Gantt | See ComboHorizontal. |
Gauges | Draws a gauge for each series. Each element represents a needle. Element values used YValue |
Heatmap | (JS Output Only) Draws a heatmap chart. |
Map | Draws a map from a shapefile or ecw image. |
Multiple | Draws multiple type series that are laid out on the chart similar to gauges or radars. |
MultipleGrouped | Draws multiple type series that are laid out on the chart similar to Pie. |
Organizational | Draws an organization chart. |
Pie | The pie chart draws a single pie where each slice represents a series. Most applications would use Pies rather than Pie Element values used YValue |
Pies | Multiple pies where each pie is a series and each slice is an element (suitable for most applications). Pies may also be drawn as donuts. Most applications would use Pies rather than Pie. Pies does not support Series.Palette. Element values used YValue |
PiesNested | Draws pies that are nested or stacked. |
Radar | Draws a single radar. The time scale is not supported by the radar graph. Element values used YValue |
Radars | Draws multiple radars where each radar is a series. The time scale is not supported by radar graph. Element values used YValue |
Scatter | Draws scattered data. Markers, lines, and splines are supported. Element values used YValue, YDateTime, XValue, XDateTime |
Surface | Draws a 2D or 3D surface chart. |
TreeMap | Draws a TreeMap chart. |
Variwide | (JS Output Only) Draws a Variwide (Mekko) chart. |
Venn | (JS Output Only) Draws a Venn chart. |
VennColorByPoint | (JS Output Only) Draws a Venn chart where each data point has its own unique color from the palette. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.ChartType
Requirements
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
See Also