Board index » delphi » D5 & Excel: Setting Chart Series Name Reference

D5 & Excel: Setting Chart Series Name Reference

I am using D5 and have written a routine that exports chars into excel by
setting up individual series data ranges and using the series.values and
xvalues properties to set up the values etc.  I can set the series names to
strings a la:

Series.Name := 'My Series Name';

but I can not set the name to a cell reference.  I get an error message:
"Unable to set the Name property of the Series class".

Any suggestions?

Regards,

Derek

 

Re:D5 & Excel: Setting Chart Series Name Reference


<<Derek:
I can set the series names to strings a la:

 Series.Name := 'My Series Name';

but I can not set the name to a cell reference.

Quote

I have not done much with charts, and am not sure
what it is that you're trying to do. But the
Series.Name property is a string property, and will
only accept string assignments.

Deborah Pate

Other Threads