Hi Tom,
Sorry for the inconvenience caused.
Query 1 : Now the blue lines don't have those small appendages, but they are still antialised and not very visible.
We have analyzed your query, we would like to inform you that not only FastStepLineSeries, simple WPF Line element also rendered with antialiasing in window by default. But we can disable the antialiasing by setting BitmapScalingMode as NearestNeighbor for rendering image as follows.
Code snippet [C#]:
|
Dim image As Image = GetPrivateField(chart, "fastRenderDevice")
If (Not (image) Is Nothing) Then
RenderOptions.SetBitmapScalingMode(image, BitmapScalingMode.NearestNeighbor)
End If
|
We have modified your sample based on this, please find the sample from the following location.
Query 2 : The blue lines have strange small appendages that stick out from the main lines. Also, the lines are antialiased.
We are able to reproduce the issue “FastStepLineSeries small edges not rendered correctly while using huge data with StrokeThickness as 2” at our end and we have logged a defect report. The fix for the reported issue will be available in our 2018 Volume 1 SP1 release which is expected to be rolled out at the end of March, 2018.
Query 3 : Horizontal lines have disappeared, as can be seen on the red series.
We are able to reproduce the issue “FastStepLineSeries horizontal line not visible while setting StrokeThickness as 1” at our end and we have logged a defect report. The fix for the reported issue will be available in our 2018 Volume 1 SP1 release which is expected to be rolled out at the end of March, 2018.
Please let us know if you have any queries.
Thanks,
Muneesh Kumar G.