# Chart Types

## Content



This section introduces all of the specific chart types available in **C1Chart**.

Using built-in types is the simplest way to set up the chart's appearance. For example, to set up a stacked bar chart, specify the corresponding string in the **ChartType** property:

```xml
<c1chart:C1Chart ChartType="BarStacked">
       ...
</c1chart:C1Chart>
```

The available chart types are specified by the members of enumeration **ChartType**. Learn more about the different chart types by clicking the **See Also** links below.

## See Also

[Area Charts](/componentone/docs/wpf/online-chart/overview/Types/Area)

[Bar and Column Charts](/componentone/docs/wpf/online-chart/overview/Types/Bar)

[Bubble Charts](/componentone/docs/wpf/online-chart/overview/Types/Bubble)

[Candle Chart](/componentone/docs/wpf/online-chart/overview/Types/Candle)

[HighLowOpenClose Chart](/componentone/docs/wpf/online-chart/overview/Types/HighLowOpenCloseChart)

[Gantt Charts](/componentone/docs/wpf/online-chart/overview/Types/GanttCharts)

[Line Charts](/componentone/docs/wpf/online-chart/overview/Types/LineCharts)

[Pie Charts](/componentone/docs/wpf/online-chart/overview/Types/PieCharts)

[Polar Charts](/componentone/docs/wpf/online-chart/overview/Types/PolarCharts)

[3D Ribbon Chart](/componentone/docs/wpf/online-chart/overview/Types/3DRibbonChart)

[Polygon Chart](/componentone/docs/wpf/online-chart/overview/Types/PolygonChart)

[Radar Charts](/componentone/docs/wpf/online-chart/overview/Types/RadarCharts)

[Step Chart](/componentone/docs/wpf/online-chart/overview/Types/StepChart)

[Scatter Charts](/componentone/docs/wpf/online-chart/overview/Types/ScatterCharts)

[Simple Charts](/componentone/docs/wpf/online-chart/overview/Types/SimpleCharts)

[Special Chart Types and Combination Charts](/componentone/docs/wpf/online-chart/overview/Types/special)