Chart for WPF and Silverlight / Chart Types
In This Topic
Chart Types
In This Topic

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:

XAML
Copy Code
<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