source:
trunk/sources/HeuristicLab.Visualization/ILabelProvider.cs
@
1193
Last change on this file since 1193 was 1182, checked in by mstoeger, 16 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | namespace HeuristicLab.Visualization { |
2 | public interface ILabelProvider { |
3 | string GetLabel(double value); |
4 | } |
5 | } |
Note: See TracBrowser
for help on using the repository browser.