Page 1 of 1

not a valid component name

Posted: Thu Aug 14, 2008 12:30 pm
by 9524501
When assigning a string to the .Series name I get the error: ... not a valid component name.

After testing I was able to get the assignment to work once I cut the string value to a length of 22 characters.

What is the maximum length of the series name?

Thanks!

Posted: Thu Aug 14, 2008 3:28 pm
by Pep
Hello,

Series.Name property is more restrictive, but if you want to show a large text or title for the Series you should use Series.Title instead.

Posted: Fri Aug 15, 2008 1:30 pm
by 9524501
Thanks that did it!