User (Legacy) Posted October 22, 2001 Report 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
Software FX Posted October 25, 2001 Report 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.