Search found 1 match
- Mon Jun 26, 2006 12:51 pm
- Forum: .NET
- Topic: Axis auto scaling / several axes
- Replies: 1
- Views: 2695
Axis auto scaling / several axes
How does one turn off autoscaling? I would like to draw two different types of graphs in the same chart. They should have two different y-axes, with fixed max and min values. However, setting Automatic to false on the axis does not work, the graphs are still autoscaled: Axis lAxis = new Axis(false, ...