Binding a data model and graphical representation
A data source is rendered by a composite chart renderer.
To associate a data source with a chart renderer:
Use the following method defined in the
IlvChartRenderer class:
void setDataSource(IlvDataSource dataSource)
To obtain the current data source of a chart renderer:
Use the following method:
IlvDataSource getDataSource()
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.