cancel
Showing results for 
Search instead for 
Did you mean: 

Replacing existing chart with new data

surendra_pamidi
Contributor
0 Kudos

Hi All,

I want to replace chart with new dataset.

On click on some another element like textview, I should reload the chart with new dataset.

Can you please suggest me any ideas..

Thanks,

Surendra.

Accepted Solutions (1)

Accepted Solutions (1)

surendra_pamidi
Contributor
0 Kudos

Hi All,

I got it..

bar.setDataset(dataset2);

bar.setModel(oModel2);

If we change both datset,model we can get new data..

Message was edited by: Surendra Pamidi

Answers (0)