Updating YValue in Chart

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
Ramajayam
Posts: 11
Joined: Mon Feb 10, 2014 12:21 pm

Updating YValue in Chart

Post by Ramajayam » Sun Feb 16, 2014 12:36 pm

Hi,
Is it possible to update the Y-Axis Value at runtime i.e. after the LineSeries chart is drawn?
I tried to set the Point.Y value and used with SetYValue(), which didn't update the LineSeries in UI :(

The Value is getting updated in Points[], but UI shows the Old line series only... How to update the UI?

Thanks

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Updating YValue in Chart

Post by ArctionPasi » Mon Feb 17, 2014 7:51 am

Call series.InvalidateData() to let the chart know the data has updated.
LightningChart Support Team, PT

Post Reply