User (Legacy) Posted May 6, 2004 Report Share Posted May 6, 2004 I want to use the firstLabel property on a numerical X axis in order to manage the axis value at which labels are drwan. When i have a min on X axis of (i.e.) 19.65 I would like to put the first label at X=20 so I tried to set Firstlabel = (20 - 19.65) = 0.35 but it doesn't seem to work. Reading documentation i see firstLabel property is a double but it seems to accept only integer values. Can you help? Many thanks in advance. INTEGRA Sistemi Lorenzo Saladini Quote Link to comment Share on other sites More sharing options...
Software FX Posted May 6, 2004 Report Share Posted May 6, 2004 FirstLabel is an integer. You can not achieve this using FirstLabel. You need to adjust your min so that it is 19.00. In ChartFX 6.x we have added functionality to achieve this automatically. -- 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.