0

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?

Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123
Charla
  • 33
  • 5

1 Answers1

3

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

Thomas Ayoub
  • 29,063
  • 15
  • 95
  • 142
Charla
  • 33
  • 5