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?
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?
Copyright © 2021 Jogjafile Inc.
It can be achieved by setting
YAxis.Scale.IsReverse = true;