Jump to content
Software FX Community

XML provider - Min/Max properties don't work


User (Legacy)

Recommended Posts

this works:

chart.Axis(2).Min = 40

chart.Axis(2).Max = 65

but if i pass the same properties in XML, like this....

<OBJECT NAME="Axis(2)">

<PROP NAME="Min" VALUE="40"/>

<PROP NAME="Max" VALUE="65"/>

</OBJECT>

... it numbers the x-axis 1...26 instead of 40...65

am i doing something wrong or is there an issue?

please help...

Link to comment
Share on other sites

  • 3 weeks later...

Archived

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

×
×
  • Create New...