Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/AxisPosition.cs @ 1457

Last change on this file since 1457 was 1457, checked in by mstoeger, 15 years ago

Implement Y-Axis Position (left/right) (#554)

File size: 103 bytes
Line 
1namespace HeuristicLab.Visualization.Test {
2  public enum AxisPosition {
3    Left,
4    Right
5  }
6}
Note: See TracBrowser for help on using the repository browser.