hdy Posted December 13, 2010 Report Posted December 13, 2010 Hi, I generated a chart with 20 x-axis datapoint labels. I exported this chart using the following command: * cfxChart1.Export CHART_CFXFILE, <export file name> I them tried to import this [same] chart back using the following command: * cfxChart1.Import CHART_CFXFILE, <export file name> The problem that I am having is that the chart that is imported back is only showing 10 x-axis datapoint labels. The only way I can force the missing x-axis datapoint labels to be shown is to set the step value of the x-axis to 1 but this is not ideal. The width, height, font size, font type, step value (set to auto) of the chart are the same during the export and import. Any ideas how we can fix this? We are fixing this in one of our legacy applications that is written in VB6 which is using ChartFX98. Thank you for any help you are able to provide with this. Cheers, Hamilton Quote
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.