Search found 1 match
- Thu Dec 08, 2016 1:50 pm
- Forum: .NET
- Topic: Export to svg and pdf not in expected format.
- Replies: 1
- Views: 5229
Export to svg and pdf not in expected format.
I am using following code to get file in SVG/PDF/Bitmap format,when exported in bitmap format output is as expected but not with svg and pdf. TChart chart1= new TChart(); double[] xArray = new double[5] { 1, 2, 3, 4, 5 }; double[] yArray = new double[5] { 1.5, 2.4, 3.8, 4.9, 5.6 }; FastLine fsFastLi...