User (Legacy) Posted December 26, 2001 Report Posted December 26, 2001 Hi, how can i scale the x_axis from 1 to 100% stepping 0,2% ??
Software FX Posted January 7, 2002 Report Posted January 7, 2002 If this is an X//Y chart (XValue is being set), simply set: Axis(AXIS_X).Min = 0 Axis(AXIS_X).Max = 100 Axis(AXIS_X).Step = 0.2 If this is not an X/Y chart, it depends on how many points you have as the X-axis is just a collection of labels. Depending on this, you can play with the LabelValue property to obtain the desired result. Check help file on LabelValue for more details. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.