Acessing Chart1.Series properties and methods for Bar3D
Posted: Mon May 09, 2005 9:21 pm
After creating several bar3D series at run time, can their popoerties such as CustomBarWidth and MultiBar and methods such as AddBar be accessed using
for index := 0 to Chart1.SeriesCount-1 do Chart1.Series[index].
These properties and methods are not available this way.
for index := 0 to Chart1.SeriesCount-1 do Chart1.Series[index].
These properties and methods are not available this way.