SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I’ve created a chart that generates a System.AccessViolationException every time it runs.
I’ve attached the minimal reproduction I could come up with. It seems to be related to the combination of a FastLineRenderableSeries with:
StrokeDashArray = new[] { 2.0, 2 },
IsDigitalLine = true
DataSeries with UserDefinedDistributionCalculator with ContainsNaN = true
because any other combination of those properties and it does not crash.
Please login first to submit.