User (Legacy) Posted October 22, 2001 Report Share Posted October 22, 2001 Hi again, How to I set 0 dp on the axis, but allow the data editor and tooltips to show 1dp? Also, how can I tell the steps to start from zero instead of the axis min. Thats pretty annoying, I want my x axis to start from 672, but I don't want each mark to be 622, 672 ... etc. Rather I want each mark to be at 700, 750 ... etc. Thanks, Paul Quote Link to comment Share on other sites More sharing options...
Software FX Posted October 25, 2001 Report Share Posted October 25, 2001 i) You need to: 1) set the decimals to 1 2) Capture the GetAxisLabel event and eliminate the decimals from the string. ii) If your Min is 672, you can set the FirstLabel property (X-Axis) to 28 (672 + 28 = 700) to start at 700. -- FP Software FX, Inc. Sample_For_SoftwareFX.zip 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.