01-24-2020 06:31 AM
Hey
my application should set the plot-style by a dynamic count of plots. PointStyle LineWith and Interpolation is working perfectly. The color not !?
Please, can someonehelp me befor this makes me completely crazy ?
01-24-2020 07:39 AM - edited 01-24-2020 07:42 AM
Hello JScho,
'Plot.Color' is the color for the line, but you use interpolation = 0, which draws no line.
You should set interpolation = 1 to see a line.
Or if you want the point to have the color, you you should use 'Plot.Fill/PointColor' property.
UliB
01-24-2020 08:30 AM
Oh no - that's so stupid. It's working!
So many thanks!!!