cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ispcchart setting usl,lsl and cl using web scripting

Former Member
0 Likes
211

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 Likes

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 Likes

Hello Hariprasad,

Why don't you directly use method:

iSPCChart.getChartObject().setUSL(double);

Regards,

Minakshi

RiaNinan
Product and Topic Expert
Product and Topic Expert
0 Likes

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