Board index » delphi » Assigning a chart pointer to a chart
JP
![]() Delphi Developer |
Sat, 01 Feb 2003 03:00:00 GMT
Assigning a chart pointer to a chart
Hi
How can I explicitly assign a pointer to a chart to an actual TDBChart Currently I am doing the following : Firstly I am using the long way of determining each series type in the (pChart is the pointer) and (dbcChart is the TDBChart component) dbcChart.Assign(pChart.Chart); for iCount := 0 to pChart.Chart.SeriesCount-1 do begin Everything looks fine but when I try to edit the datasource and X and Y Any help will be appreciated. Thanks |