Plotting linear functions on ScatterPlot #2021
Closed
faeriedust
started this conversation in
General
Replies: 2 comments
-
It felt rather goofy though. It could be cool if there was way to determine which series are used for zoom determination or just being able to plot a function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Moving the boundary lines via avalonia bindings results in some very odd phantom points in the lines. I'll report a bug later, but it looks really goofy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a XamlCartesianChart with several XamlScatterSeries on it, but I would like to plot some boundary lines to help visualize why points are showing up in certain areas.
I was able to draw a vertical line using XamlRectangularSection, but I'm confused on the best way to draw diagonal ones.
What I have:

What I want (created pic using paint):

I tried adding a XamlLineSeries with 2 points, but then it zooms the graph based on the 2 selected points, etc, and it seemed very messy.
I'm wondering the best place to start looking if I want to just plot a line given an x and y intercept on top of the Scatter Series.
Beta Was this translation helpful? Give feedback.
All reactions