Search found 1 match

by ThomasH_BR
Thu Apr 20, 2017 1:57 am
Forum: LightningChart Ultimate WPF
Topic: Best way to render a Geometry on the ViewXY?
Replies: 1
Views: 7434

Best way to render a Geometry on the ViewXY?

What's the best way to render a System.Windows.Media.Geometry object to the chart? I'm currently converting to a PathGeometry and creating a Polygon out of many calls to PathGeometry.GetPointAtFractionLength(...). It works but seems pretty slow. Is there better or simpler way?