.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ChartType Enumeration
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
MemberDescription
BubbleDraws scattered data. Markers, lines, and splines are supported. Data Used: YValue, YDateTime, XValue, XDateTime
Calendar(JS Output Only) Draws a Calendar chart.
ComboThe 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
ComboHorizontalThis 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
ComboSideBySideEach 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
DonutSee Pie.
DonutsSee Pies.
FinancialOnly 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
GanttSee ComboHorizontal.
GaugesDraws a gauge for each series. Each element represents a needle.

Element values used
YValue
Heatmap(JS Output Only) Draws a heatmap chart.
MapDraws a map from a shapefile or ecw image.
MultipleDraws multiple type series that are laid out on the chart similar to gauges or radars.
MultipleGroupedDraws multiple type series that are laid out on the chart similar to Pie.
OrganizationalDraws an organization chart.
PieThe pie chart draws a single pie where each slice represents a series.
Most applications would use Pies rather than Pie

Element values used
YValue
PiesMultiple 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
PiesNestedDraws pies that are nested or stacked.
RadarDraws a single radar. The time scale is not supported by the radar graph.

Element values used
YValue
RadarsDraws multiple radars where each radar is a series. The time scale is not supported by radar graph.

Element values used
YValue
ScatterDraws scattered data. Markers, lines, and splines are supported.

Element values used
YValue, YDateTime, XValue, XDateTime
SurfaceDraws a 2D or 3D surface chart.
TreeMapDraws 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