Hi,
In design studio 1.0 version, we have option to choose chart styles (standard, glossy, glossy 2 etc). But, I didn't find such option in 1.1.
But, I found some functions likeChartStyle.GLOSSY in the script.
I used the below script to make the chart style as glossy. But on executing the dashboard, I am not getting the glossy styles. It is showing the default chart style only.
CHART_1.setStyle(ChartStyle.GLOSSY2); CHART_2.setStyle(ChartStyle.GLOSSY2);
Is there any way to change the chart style to glossy in design studio 1.1 version?
I observed that above code is not working.Please advise me if my approach is not correct.
Thanks,
Satyam