Jump to content
Software FX Community

hdy

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by hdy

  1. 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

×
×
  • Create New...