Calling mappingChanged() triggered a redraw, but I think my approach
with the custom IList might be better, because by having a real
dataProvider associated with the series,  the automatic axis scale
stuff can work.

On Fri, Apr 25, 2008 at 11:13 AM, Richard Rodseth <[EMAIL PROTECTED]> wrote:
> 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