StyleCode - Plot Color Pipeline
When plotting multiple series, each must receive its own recognizable color. This pipeline computes a color for each series, using the color.
- For N series, an N-color gradient is created from the
tileColor. If series i hascolor: gradientit uses color i from this gradient. - If the
colorproperty is a color, the corresponding series uses that color.