Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/ILabelProvider.cs @ 1182

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

Implemented X/Y-Axes and a Grid. (#433)

File size: 119 bytes
Line 
1namespace HeuristicLab.Visualization {
2  public interface ILabelProvider {
3    string GetLabel(double value);
4  }
5}
Note: See TracBrowser for help on using the repository browser.