Select to view content in your preferred language

IDatagraphT axis properties

1905
0
03-07-2016 02:47 AM
AndyHulbert
Deactivated User

I'm using IDataGraphT within an add-in to create scatterplots. I want to be able to control the min/max axes values if required by user input from a form.

I've been able set the IDataGraphT.AxisProperties(nAxis).AutomaticMinimum/Maximum to false but when I try to set theIDataGraphT.AxisProperties(nAxis).Minimum/Maximum

values, although the Maximum value sets correctly, the Minimum value defaults to zero. Strangely, this only seems to occur when the minimum value I am trying to set is a positive value,

when I use a negative value, the axis minimum sets correctly.

Has anybody else had these issues?

0 Kudos
0 Replies