series.custombarwidth to chart1.series[0].???
Posted: Sat Apr 09, 2005 4:42 am
Hi,
I am converting my "series1" to chart1.series[0] so I can change the series from bars to lines or whatever and still make it SaveChartToFile(..) and LoadChartFromFile(..).
Everything was compiling ok until I tried to change this line:
series1.custombarwidth := 5; // old line
chart1.series[0].CustomBarWidth := 5; // new line
The error message I get when I try to compile it is "Undeclared Identifier: 'CustomBarWidth'.
What is the equivalent of 'custombarwidth' when you reference a series using the "chart1.series[0]" notation?
Thank you.
pl
I am converting my "series1" to chart1.series[0] so I can change the series from bars to lines or whatever and still make it SaveChartToFile(..) and LoadChartFromFile(..).
Everything was compiling ok until I tried to change this line:
series1.custombarwidth := 5; // old line
chart1.series[0].CustomBarWidth := 5; // new line
The error message I get when I try to compile it is "Undeclared Identifier: 'CustomBarWidth'.
What is the equivalent of 'custombarwidth' when you reference a series using the "chart1.series[0]" notation?
Thank you.
pl