source:
branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/PlotterLoadMode.cs
@
12586
Last change on this file since 12586 was 12503, checked in by aballeit, 9 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace Microsoft.Research.DynamicDataDisplay |
7 | { |
8 | public enum PlotterLoadMode |
9 | { |
10 | Normal, |
11 | OnlyViewport, |
12 | Empty |
13 | } |
14 | } |
Note: See TracBrowser
for help on using the repository browser.