cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically displaying SPC Chart Title

Former Member
0 Kudos

Hi

I have created SPC Chart Disply.I did dynamic change of chart types(like xbar,xbar-range). Now i want to reset the Chart title property dynamically. if any methods available.

Thanks in advance.

Regards,

Malini.V

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

document.yourapplet.getChartObject().setTitle("XXX");

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

This method and all of the other helpful get/set syntax methods are easy found by using the Script Assistant, which is part of the Productivity Tool installation that you can add to your client workstation by running the Wizard Install link found in the xMII Menu's Visualization Services section.

If you are working on a dynamic SPC charting application you might also be able to learn from some pre-installed content: http://localhost/Lighthammer/Samples/SPC/Servers.irpt

Regards,

Jeremy

Former Member
0 Kudos

Thanks for the immediate replies. Do you have any idea of setting Alarms in SPC Chart.any suggestions ...

Regerds,

Malini.V

jcgood25
Active Contributor
0 Kudos

SPC Chart alarming has many options and the tab in the display template editor is where you enable them and adjust the Upper/Lower chart specific settings.

Regards,

Jeremy