I have a LineSeriesGroup with 5 data series. I would like to change
the stroke on one of the 5 to be a thicker stroke. Is this possible?
There may be a better way, but I do it by adding a new stroke to my
declarations and then binding to it with something like this:
<layouts:LineSeriesLayout
id="lineSeriesGroup"stroke="{( String(ObjectUtils.getProperty(lineSeriesGroup,
lineSeriesGroup.currentDatum, 'seriesName')).indexOf('myThickSeries') !
= 0)? thickStroke : regularStroke}"
/>