Hi,
Thanks a lot for the answer.
My dataprovider is in fact a collection. And Test is added as addItem
to the collection.
But inside the renderer, I am not sure how to get the value from Test.
In the In <mx:DataGridColumn we could set dataField="Test" and can get
the value by overriding the set data function.
Since <mx:LineSeries doesn't have dataField, I am not sure how to get
the value.
xField and yField I am using to display other values.
Is there a way to get the complete values in renderer?
How can I do this?
Thanks again.