SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hello.
I am adding Double.NaN into DataSeries for X-Axis synchronization.
It works fine with 3.x version.
When i have updated scichart to 4.x version, i got filled areas instead of empty areas. But, these filled areas are shown only with big count of points. Filled areas disappeared when i zoom in.
This is how i create renderableseries:
new OhlcRenderableSeriesViewModel
{
DataSeries = ohlc,
DrawNaNAs = LineDrawMode.Gaps,
AntiAliasing = false,
StrokeThickness = 1,
StrokeUp = color,
StrokeDown = color,
Stroke = color
}
Hi Artur,
Thank you for reporting this. Could you please try out the latest v4.0 build avilable on NuGet ( #v4.0.4.8098)? The issue should be fixed within this update.
You can find the info on how to get nightly builds in our Knowledgebase here:
Getting Nightly Builds with NuGet
Please let us know if the issue is gone with the update,
Please login first to submit.