Home Forums Chart Support Stripline value from database Reply To: Stripline value from database

#22768

axisY: {
title: “Temperature”,
interval:20,
maximum : 180,
minimum : 80,
stripLines:[
{value:100, label:”LSL”},
{value:160, label:”USL”},
{value:110, label:”LCL”},
{value:150, label:”UCL”},
],

valueFormatString:”####”
},

the stripLines above i have fixed the values to test the stripLines but i need to use the value in database instead of the value i have put in the code