C1.Silverlight.Chart.5 Assembly > C1.Silverlight.Chart Namespace : ChartType Enumeration |
'Declaration Public Enum ChartType Inherits System.Enum
public enum ChartType : System.Enum
Member | Description |
---|---|
Area | Default area chart. |
AreaSmoothed | Smoothed area chart. |
AreaStacked | Stacked area chart. |
AreaStacked100pc | 100% stacked area chart. |
Bar | Default 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. |
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. |
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. |
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.Silverlight.Chart.ChartType