Charts > Using the Charts Library > The IlvXMLChartData Class > Tags Definition > data
 
data
The <data> tag defines a data set, that is, a set of series. It is possible to define one of the series as being the abscissa values, using the xSeries attribute:
<data xSeries="X_DS_C">
...
<series id="X_DS_C">
<valuesList>...</valuesList>
</series>
</data>

Version 6.0
Copyright © 2015, Rogue Wave Software, Inc. All Rights Reserved.