ContentsChartingAltering the underlying data
Previous: Rendering options | Next: Common ValueSet types

Altering the underlying data

When using subclasses of ValueSet, there is an array of values provided when the constructor is called. This array can be changed at any time until the chart is actually rendered. Any ValueSet which makes reference to the array will be changed accordingly.

In the example provided here, changes to the array are made after drawing the first chart but before drawing a second one. code / data


ContentsChartingAltering the underlying data
Previous: Rendering options | Next: Common ValueSet types