User (Legacy) Posted April 2, 2004 Report Share Posted April 2, 2004 Hi, i want to change (i need more values on my horizontal-axis) the pixels (from one value to the next) into the x-axis - is that possible? Thanks and Best regards Thomas PS: novice in Chart FX 2.0 Quote Link to comment Share on other sites More sharing options...
Software FX Posted April 5, 2004 Report Share Posted April 5, 2004 You tested my memory here ! I wrote a lot of the code of 2.0 but it was so long ago that I completely forgot, I had to go to the docs. to answer this one ! In Delphi, you do: Chart1.PixFactor := <number of pixels for each x-axis unit>; This property only has an effect if the chart is Scrollable. -- FP Software FX 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.