User (Legacy) Posted February 3, 2002 Report Share Posted February 3, 2002 Hi Guys, I am dumping a record set to chartfxado and I wish to adjust the Y axis value increments other than the default. e.g I wish to set it to .5 or 1. How is it done? Cheers, John Link to comment Share on other sites More sharing options...
Software FX Posted February 5, 2002 Report Share Posted February 5, 2002 You need to use the Step property of an axis object. Chart.Axis(AXIS_Y).Step = 0.5 Make sure you do this after you send the data to the chart. -- Regards JC Software FX Support "John Robinson" <brucelee@optushome.com.au> wrote in message news:OMSJ68KrBHA.1412@webserver1.softwarefx.com... > Hi Guys, > > I am dumping a record set to chartfxado and I wish to adjust the Y axis > value increments other than the default. e.g I wish to set it to .5 or 1. > How is it done? > Cheers, > > John > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.