I am using a ChartType.ScatterLine. I like how autorange zooms into the data but I need to know the min and max values that the chart is choosing. Is there away to get these values that the charting control is choosing.
To clarify I plot some datapoints and the control sets the x and or y axis over some % more outside of my min and max points. Can I get these values?
sorry, but there's no property that returns these values. if you want to see how they're calculated, look for the AxisValue.CalculateRounding method in our source code.
if you want to submit a feature request for this, you can do so at http://devcenter.infragistics.com/protected/requestfeature.aspx