zanona Posted September 1, 2017 Posted September 1, 2017 CAN CHANGE REPORT TITLE RUNTIME? I'm trying this way but not anther! MainForm.UniLineSeries1.Title := 'teste'; Thanks Zanona Quote
Sherzod Posted September 1, 2017 Posted September 1, 2017 Hi, Can you try this approach for now ? For example for the "second line" ( getAt(1) ): UniChart1.JSInterface.JSCall('chart.series.getAt(1).setTitle', ['New Title']); Best regards, Quote
BantuKumar Posted November 8, 2018 Posted November 8, 2018 This did not work for me? My code looks like Quote Chart_Average.JSInterface.JSCall('chart.series.getAt('+IntToStr(i+1)+').setTitle', [QryOperatorsOPERATOR_NAME.AsString]); This gives me JS error with message GetAt not a function. Any other workaround? Quote
Sherzod Posted November 9, 2018 Posted November 9, 2018 Hello, Which build are you using ?! This post may help you: 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.