rwlogo

Rogue Wave Views
Charts Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
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 ( 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.

© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.