Hi MXWilliams,
The method is similar to the one described in "ChartDirector Documentation/Getting Started/The First Windows Forms Project from Scratch". You may refer to the documentation for more details.
In brief, the steps are:
(a) Drag a ChartDirector WinChartViewer control onto the Windows Form.
(b) Add the line "Imports ChartDirector" (for VB.NET) or "using ChartDirector;" (for C#) to your code.
(c) Insert some charting code in your Form_Load method (or some other event which you want to trigger drawing of the chart).
Hope this can help.
Regards
Peter Kwan |