Views
Charts Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions | Public Attributes
IlvXMLSeries Class Reference

A series of double values and their properties. More...

#include <ilviews/charts/xml.h>

Public Member Functions

 IlvXMLSeries (IlString i)
 Constructor. More...
 

Public Attributes

IlString id
 the id of the series.
 
IlBoolean isTime
 set to IlTrue if the series represents time data Set to IlFalse by default.
 
IlArray properties
 array of IlvXMLProperty.
 
IlvChartDoubleArray values
 values of the series.
 

Detailed Description

A series of double values and their properties.

Library: ilvcharts

See also
IlvXMLValueListProcessor
IlvXMLChartData::registerValueListProcessor

Constructor & Destructor Documentation

◆ IlvXMLSeries()

IlvXMLSeries::IlvXMLSeries ( IlString  i)

Constructor.

Create a new IlvXMLSeries. By default, the series does not represent time data (isTime is set to IlFalse).

Parameters
ithe Id for the series.