kagepatel Posted September 4, 2012 Report Share Posted September 4, 2012 Hi, I am using Visual Studion 2008 and ChartFX 7.When trying to export the chart, am unable to export the data values for both X as well as Y axis accurately. What is the best way of ensuring that the data values (x,y) are exported correctly? Here is an example of what I am trying to do: Chart1.Data.X(1, 1) = 1.042742283950622 Chart1.Data.X(1, 2) = 1.045 Chart1.Data.X(1, 3) = 1.04703194444444 Chart1.Data.X(1, 4) = 1.0472577160493779 Chart1.Data.Y(1, 1) = 0.05 Chart1.Data.Y(1, 2) = 0.05 Chart1.Data.Y(1, 3) = 0.0 Chart1.Data.Y(1, 4) = -0.005555555555556424 Chart1.Data.X(2, 1) = 1.042742283950622 Chart1.Data.X(2, 2) = 1.0472577160493779 Chart1.Data.Y(2, 1) = 0.002 Chart1.Data.Y(2, 2) = 0.002 Chart1.Data.X(3, 1) = 1.042742283950622 Chart1.Data.X(3, 2) = 1.0472577160493779 Chart1.Data.Y(3, 1) = 500 Chart1.Data.Y(3, 2) = 500 Chart1.FileContents = ChartFX.WinForms.FileContents.All Chart1.Export(ChartFX.WinForms.FileFormat.Xml, "C:\temp\chart_export.xml") Thanks in advance. ~K Patel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.