Jump to content
Software FX Community

How to set increments on Y axis?


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...