Shift series on y axis applying an offset

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
vifani
Posts: 49
Joined: Thu May 02, 2013 8:35 am

Shift series on y axis applying an offset

Post by vifani » Wed Nov 26, 2014 8:16 am

Is it possible to shift a series on the y axis applying an offset to the whole series?

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

Re: Shift series on y axis applying an offset

Post by ArctionPasi » Wed Nov 26, 2014 7:43 pm

Only SampleDataSeries supports that functionality.

sampleDataSeries.AddOffsetToSamples(offset).
LightningChart Support Team, PT

vifani
Posts: 49
Joined: Thu May 02, 2013 8:35 am

Re: Shift series on y axis applying an offset

Post by vifani » Tue Dec 02, 2014 10:29 am

This features will be added in next realeses for the other types of series?

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

Re: Shift series on y axis applying an offset

Post by ArctionPasi » Tue Dec 02, 2014 11:40 am

No, we are not planning to add that feature to other series.

Loop through your data points and adjust the Y values.
LightningChart Support Team, PT

Post Reply