I downloaded the VPE 6 demo to see if we can use it in a project for a customer.
I am using the ActiveX component in Visual Dataflex 15.1.
The problem:
I am creating a line chart with > 50 000 datapoints. I'm setting the "ChartXLabelState" to "VCHART_LABEL_USER", then I use "ChartDataAddXLabel" to output an empty X-label, but for every 5000 datapoint, I use "ChartDataAddXLabel" with a real value (I would like only about 10 x-labels).
The X-labels are output, but are so small I have to zoom in (in PDF to about 3000%) to see the x-labels. The Y labels seems fine (most of the time).
I have tried the "ChartXLabelFontSizeFactor" (set it to 3.0), but it don't seem to make any difference.
Another problem is that when I output a chart with this many datapoints, VPE often chrashes when I try to resize the preview.
What seems to be missing, is the ability to set X-labels on just the datapoint you need (e.g. every 5000), and also be able to specify the font size of the X-label, as the automatic scaling don't seem to work with large datasets.