ZedGraph - How to reverse Y asix in line chart

581 views Asked by At

By default, the Y axis will start from bottom in ZedGraph.

Now, I want to have a chart will look:

   y
 0 |
10 |
20 |
30 |
40 |--------------x

Is it possible to reverse Y asix?

1

There are 1 answers

1
Charla On

It can be achieved by setting YAxis.Scale.IsReverse = true;