04-26-2005 05:29 PM
04-26-2005 05:39 PM
axis.Range = new Range(0, 100);
04-26-2005 06:07 PM
@db_from_mn wrote:
I'm using the Scatter Graph from the Measurement Studio .NET tools. I'd like to programmatically change the X Scale, but when I try, I get a build error, indicating that the Range.Maximum is read only.
I am able to change this in the Properties page, but it does not meet my need to change the scale on the fly.
Any help would be greatly appreciated.
Best regards,
Dennis