C1.WPF.C1Chart Namespace : ChartType Enumeration |
'Declaration
Public Enum ChartType Inherits System.Enum
'Usage
Dim instance As ChartType
public enum ChartType : System.Enum
Member | Description |
---|---|
Area | Default area chart. |
Area3D | 3D area chart. |
Area3DSmoothed | 3D smoothed area chart. |
Area3DStacked | 3D stacked area chart. |
Area3DStacked100pc | 3D 100% stacked area chart. |
AreaSmoothed | Smoothed area chart. |
AreaStacked | Stacked area chart. |
AreaStacked100pc | 100% stacked area chart. |
Bar | Default bar chart. |
Bar3D | 3D bar chart. |
Bar3DStacked | 3D stacked bar chart. |
Bar3DStacked100pc | 3D 100% stacked bar chart. |
BarStacked | Stacked bar chart. |
BarStacked100pc | 100% stacked bar chart. |
Bubble | Bubble chart. To specify control size of symbols use BubbleSeries and set its SizeValues or SizeValuesource property. |
Candle | Candle financial chart. Use HighLowOpenCloseSeries to specify data for the chart. |
Column | Default column chart. |
Column3D | 3D column chart. |
Column3DStacked | 3D stacked column chart. |
Column3DStacked100pc | 3D 100% stacked column chart. |
ColumnStacked | Stacked column chart. |
ColumnStacked100pc | 100% stacked column chart. |
Gantt | Gantt chart. Use HighLowSeries to specify data for the chart. |
HighLowOpenClose | High-low-open-close financial chart. Use HighLowOpenCloseSeries to specify data for the chart. |
Line | Default line chart. |
LineSmoothed | Smoothed line chart. |
LineStacked | Stacked line chart. |
LineStacked100pc | 100% stacked line chart. |
LineSymbols | Line chart with symbols. |
LineSymbolsSmoothed | Smoothed line chart with symbols. |
LineSymbolsStacked | Stacked line chart with symbols. |
LineSymbolsStacked100pc | 100% stacked line chart with symbols. |
Pie | Default pie chart. |
Pie3D | 3D pie chart. |
Pie3DDoughnut | 3D Doughnut pie chart. |
Pie3DExploded | 3D Exploded pie chart. |
Pie3DExplodedDoughnut | 3D Exploded doughnut pie chart. |
PieDoughnut | Doughnut pie chart. |
PieExploded | Exploded pie chart. |
PieExplodedDoughnut | Exploded doughnut pie chart. |
PieStacked | Stacked pie chart. |
PolarLines | Polar line chart. |
PolarLinesSymbols | Polar line chart with symbols. |
PolarSymbols | Polar symbol chart. |
Polygon | Polygon chart. |
PolygonFilled | Filled polygon chart. |
Radar | Default radar chart. |
RadarFilled | Filled(area) radar chart. |
RadarSymbols | Radar chart with symbols. |
Ribbon | 3D ribbon chart. |
Step | Step chart. |
StepArea | Step area chart. |
StepAreaStacked | Step area stacked chart. |
StepSymbols | Step chart with symbols. |
XYPlot | Scatter(point) plot in Cartesian coordinates. |
System.Object
System.ValueType
System.Enum
C1.WPF.C1Chart.ChartType
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