我试过dbchart1.serieslist.series.datasource.??却没有bar可选
我使用的是dataset,对应adoquery6,而我想实现用程序编辑其Bar的选项。
此段程序大致如下:
var tmpmonth:string;
...
if monthedit.edittext='1' then
tmpmonth:='Column1' 
else  tmpmonth:='Column2'; //通过当前monthedit值来选择column
...
Dbchart1.serieslist.series.datasource.???? :=tmpmonth; //然后将获取的column赋给dbchart1的Bar值
...
不知道各位大虾能否明白我的意思.
谢谢大家的赐教!