Run-Time Chart Editor
This section explains how to get the chart editor to appear at run-time and it describes its graphical user interface.
The Chart Editor provides an easy and interactive way to create and modify a new or existing chart.
The Chart Editor can be accessed at run-time when you reference the C1.Silverlight.Chart.Editor.dll to your silverlight project and add the following line of XAML:
<c1charted:ChartEditor x:Name="ced" DataContext="{Binding ElementName=chart}" />
The following topics provide a visual detail of the Chart Editor interface and explain the functionality of each element in the Chart Editor.