Issue Exporting to SVG shows no data

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
rpastric
Posts: 3
Joined: Tue May 03, 2016 9:09 pm

Issue Exporting to SVG shows no data

Post by rpastric » Wed Jun 01, 2016 11:22 pm

n the specific case of using SaveToFile method with GDILineSeriesCompression in the ViewXY settings set to false and using FreeformPointLineSeries to store the data, the resulting SVG will not contain said data. If I change the FreeformPointLineSeries to a PointLineSeries, the data will display even with the GDILineSeriesCompression set to false.

I've attached two images of the resulting SVG files as well as a zip file containing the two SVG files. Is there a bug here or a limitation I do not understand?
MissingData.png
MissingData.png (6.25 KiB) Viewed 8672 times
ShowingData.png
ShowingData.png (10.27 KiB) Viewed 8672 times
Attachments
svgs.zip
(5.28 KiB) Downloaded 545 times

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Issue Exporting to SVG shows no data

Post by ArctionPasi » Fri Jun 03, 2016 8:34 am

Thanks for reporting this issue, problem confirmed :oops: .

The team will fix this asap.
LightningChart Support Team, PT

rpastric
Posts: 3
Joined: Tue May 03, 2016 9:09 pm

Re: Issue Exporting to SVG shows no data

Post by rpastric » Mon Jun 20, 2016 10:21 pm

On a similar note, when exporting from a chart using an IntensityGridSeries for the data values with ViewXY again, we do not see any data as well when exporting to SVG. I'm not sure if this is related or not.

ArctionKestutis
Posts: 555
Joined: Mon Mar 14, 2016 9:22 am

Re: Issue Exporting to SVG shows no data

Post by ArctionKestutis » Tue Jun 21, 2016 9:38 am

Thanks for reporting. Although we fixed already FreeformPointLineSeries export to SVG bug in our code, nerveless exporting IntensityGridSeries have the issue on its own.
We a working to fix it.
Meanwhile, you may export files to *.TIF or *EMF format, as those are working fine.

Post Reply