cancel
Showing results for 
Search instead for 
Did you mean: 

ispcchart setting usl,lsl and cl using web scripting

Former Member
0 Kudos

Hi, I am trying to set the usl and lsl using below code

chart_c1c0.getChartTemplateObject().setProperty("LSL",990);

  chart_c1c0.getChartTemplateObject().setProperty("USL",1010);

It is not working. any clue ?

Thanks

Hari

Accepted Solutions (0)

Answers (3)

Answers (3)

swaroop_anasane
Active Contributor
0 Kudos

Hi Hari,

I would recommend the way Minakshi has suggested.

You have a direct method to assign these properties if you are using the applet.

Go with setUSL() method.

Regards,

Swaroop

Former Member
0 Kudos

Hello Hariprasad,

Why don't you directly use method:

iSPCChart.getChartObject().setUSL(double);

Regards,

Minakshi

Private_Member_14935
Active Participant
0 Kudos

Hi Hari,

Please mention the MII version that you are using. By not working do you mean the limit lines don't appear or some js error gets thrown. Please provide some more details.

Thanks and Best Regards,

Ria