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

ScatterSeries render two point Intersection show error #2036

Open
flypigeon opened this issue Sep 2, 2023 · 5 comments
Open

ScatterSeries render two point Intersection show error #2036

flypigeon opened this issue Sep 2, 2023 · 5 comments

Comments

@flypigeon
Copy link

Steps to reproduce

  1. add axis
  2. add two point nearst point to scatterseries
  3. two point show intersection
  4. I want Two point hierarchical display , how can do it ?

Platform: window wpf
.NET version: net framework 4.0

Expected behaviour

A~2LXXWT1B ~VF(RFDH62OL

Actual behaviour

image

Feature description

Write a description of the feature. How should it work? How should it look?
Include some graphics if this could help!

@VisualMelon
Copy link
Contributor

This is not currently supported, but it's certainly something we could support with a flag to delay the rendering of the borders. Is there a standard name for this behaviour?

Should be bodgable by extending ScatterSeries and overriding Render so that it performs another render pass with only the outlines, but would need to C&P most of the code to determine the sizes and the markers.

@flypigeon
Copy link
Author

delay the rendering ? use init other renderContext ?

@flypigeon
Copy link
Author

@VisualMelon hi, I found that using SVG rendering to export diagrams is displaying correctly, while using WPF rendering is an error.

@VisualMelon
Copy link
Contributor

Which SVG exporter/renderer are you using?

@flypigeon
Copy link
Author

using OxyPlot.Wpf .SvgExporter : OxyPlot.SvgExporter

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

No branches or pull requests

2 participants