Changing a chart type
This sample changes the chart type on a chart series using JavaScript.
Set chart colors
This sample sets different chart elements to different colors based on the drop downs selected.
Show or hide series
This sample shows or hides a series based on the checkbox values below.
Setting series label settings
This sample changes the series label settings.
Drawing on an existing chart
This sample adds pie charts to the coordinates of data points.
Selecting chart data
This sample selects all points on the same row when the mouse moves over a data point, or axis label.
Getting chart objects from hit test
This sample will get chart objects through the hit test method. Click on the chart, a call to the hit test will retrieve the related object, and popup a dialog will display information about it.