Jump to content
Software FX Community

Export ChartFX7 with data problem


kagepatel

Recommended Posts

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...