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?