Charts > Using the Charts Library > The IlvXMLChartData Class > Tags Definition > series
 
series
The <series>...</series> tag has the following attributes:
*id: the identifier of the series, can be any string formed with alphanumeric characters and the underscore (’_’).
*type: can be double or date.
If double, the values will be read as floating point numbers, using the dot (’.’) as decimal separator.
If date, the values will be read as calendar dates, in dd/mm/yy format (31/12/2001). It is possible to use other formats if needed (see the IlvXMLValueListProcessor class).

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.