I have a LineSeries displaying a constant value (a baseline), stored
in a model object, separate from the chart component.

In my first iteratiion, I used a special implementation of IList which
always returned the same value, but then I thought using the
dataFunction of the LineSeries made more sense. However, I haven't
been able to figure out how to tell the LineSeries to redraw. I'm
observing the model value, and have tried calling
lineseries.invalidateProperties(), invalidateDisplayList() etc.

Any ideas? Thanks.

Reply via email to