Both ColumnChart and LineChart derive from SerialChart so working with column charts is identical to working with line charts in many ways. Just use ColumnXxx classes in place of LineXxx classes. Otherwise the procedures are identical to Walkthrough: Adding a simple data-bound line chart.

See Also