How to charting in the VB 2005?

My Project in VB 6.0 is using the Chart Viewer (.COM Component) to do the charting, but after i migrate to the VB 2005, the Chart viewer is not compatible anymore.

So in the VB2005, it is posibble to do the charting based on the List view Table create on the program running? Because my program is generate the chart on the spot when user select the differ data.

Thanks.

[389 byte] By [LeoNg] at [2007-12-24]
# 1
VS200x

doesn't have a chart control, rather a gaping hole I'd say. You

can use one of the many commericial charting controls. Or you can

still use the old VB6 MSChart control. Right click the toolbar,

Choose Items, COM components tab, select "Microsoft Chart Control

6.0". Stay away from the EditCopy() method, it causes an

AccessViolation exception.

nobugz at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...