I would like some control over the plots for my fitFields that are set to displayInChart. Basically, I'm having an issue with comparing plots. I have multiple plots that I expect my users will want to see overlayed. However, the scaling for these plots are so different that it makes comparing confusing.
Eventually, I would really like to be able to set the visual max and min for for each field in code right at the session.
Until that's possible, it would be nice to be able to set some default max and min values when I set up my FitContributions.xml.
I was thinking that I could just add some max and min values at the end of the test (as workaround), but I remembered (after actually trying it out) that calling Field.setData(input as Lang.Object) doesn't guarantee that value will be written to the field. So, I don't even have a workaround for this.
Am I missing something?