source:
trunk/sources/HeuristicLab.Visualization/AxisPosition.cs
@
1511
Last change on this file since 1511 was 1457, checked in by mstoeger, 16 years ago | |
---|---|
File size: 103 bytes |
Line | |
---|---|
1 | namespace HeuristicLab.Visualization.Test { |
2 | public enum AxisPosition { |
3 | Left, |
4 | Right |
5 | } |
6 | } |
Note: See TracBrowser
for help on using the repository browser.