Chart Options
Posted: Mon Nov 21, 2016 5:50 pm
I am currently setting the caption and yAxisName chart options using the applyProperty API, depending on what selection was made from a dropdown. This is working fine, however i need to grab an account number from the screen for a subCaption and i am not escaping or formatting something correctly. My current command is as follows:
I need to have something like this except for it to work:
Thanks for your help
Code: Select all
applyProperty("Chart2","chart options","exportenabled='1' caption='Water Usage' yAxisName='10Gals'");
Code: Select all
applyProperty("Chart2","chart options","exportenabled='1' caption='Water Usage' yAxisName='10Gals'" subCaption=get("Id1");