alizadeh91 Posted January 16, 2017 Posted January 16, 2017 Hi, How is it possible to remove first added data from TUniLineSerie? There is clear() method that removes all data but is there any method which remove specific data? Quote
Sherzod Posted January 17, 2017 Posted January 17, 2017 Hi, Can you try this ?!: For example: procedure TMainForm.UniButton1Click(Sender: TObject); var dataIndx: Integer; begin dataIndx := 0; with UniChart1.JSInterface do begin JSCall('chart.getStore().data.removeAt', [dataIndx]); JSCall('chart.redraw', [True]); end; end; Best regards. Quote
alizadeh91 Posted January 17, 2017 Author Posted January 17, 2017 Hi, Can you try this ?!: For example: procedure TMainForm.UniButton1Click(Sender: TObject); var dataIndx: Integer; begin dataIndx := 0; with UniChart1.JSInterface do begin JSCall('chart.getStore().data.removeAt', [dataIndx]); JSCall('chart.redraw', [True]); end; end; Best regards. Can we do the same procedure to add LineSeries at runtime? Quote
Administrators Farshad Mohajeri Posted January 17, 2017 Administrators Posted January 17, 2017 Can we do the same procedure to add LineSeries at runtime? Can you specify your unigui version and edition? Quote
alizadeh91 Posted January 17, 2017 Author Posted January 17, 2017 We'are trying the last version (downloaded trial version: uniGUI Complete Trial Edition 0.99.96.1346) Quote
Sherzod Posted May 12, 2017 Posted May 12, 2017 Hi, Not worked! Any idea& Can you specify your unigui version and edition? Best regards, Quote
aGaVVa Posted May 17, 2017 Posted May 17, 2017 Hi, Can you specify your unigui version and edition? Best regards, 1.00.1383 Trial Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.