Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draw multiple series #1713

Open
mahdiye-imanpanah opened this issue Nov 24, 2024 · 0 comments
Open

Draw multiple series #1713

mahdiye-imanpanah opened this issue Nov 24, 2024 · 0 comments

Comments

@mahdiye-imanpanah
Copy link

Hi guys
I'm using Livecharts(wpf) to draw a CartesianChart with more than 10 LineSeries.
I have to draw all of the series vertically on top of each other vertically, I read all the samples and documentation in your repository but could not find the right solution.
There was a Mapping property that was the closet option I guess,
this is the way I used it:
Mapping = (logPoint, index) => new(logPoint.X, logPoint.Y + 100 ),
However, when hovering over the chart, the values are the sum of Y and 100.
I want to see the original value not the mapped one.
How can I achieve this goal???

I attached the output to this issue.
Clipboard - November 24, 2024 3_58 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant