[]
        
(Showing Draft Content)

Chart Types

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:

<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

Bar and Column Charts

Bubble Charts

Candle Chart

HighLowOpenClose Chart

Gantt Charts

Line Charts

Pie Charts

Polar Charts

3D Ribbon Chart

Polygon Chart

Radar Charts

Step Chart

Scatter Charts

Simple Charts

Special Chart Types and Combination Charts