Home Forums Chart Support Change color of Vertical Grid Line Reply To: Change color of Vertical Grid Line

#42189

I have the stripline label coming in on a JQUERY datapoint named stripLineLabel

I am trying to figure out how to use this syntax can you help?

                    stripLines: [
                        {

                            startValue: centerLine-43200000,
			    endValue: centerLine + 43200000,
			    thickness: 2,
                            color: "#555555",
                            label: "Today: " + dataPoint.stripLineLabel[0],
                            labelFontColor: "#a8a8a8"
                        }]