Jump to content
Software FX Community

scaling axis_x


User (Legacy)

Recommended Posts

  • 2 weeks later...

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...