I have a graph where I need to set the line to a line color when it's over a threshold and a different color when it's below a threshold, and the thresholds can change at any time.
I believe the bottom can be changed by using something like SChartLineSeries lineColorBelowBaseline and setting the baseline, but don't see any documentation on how setting the baseline impacts the graph, unless it's only used for lineColorBelowBaseline?
Is there an equivalent to lineColorBelowBaseline , something like lineColorAboveTopBaseline or something that would allow me to change the color of the portion of a series that is above a specified value?
