Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/LabelProvider/ILabelProvider.cs @ 1380

Last change on this file since 1380 was 1194, checked in by mstoeger, 16 years ago

Implemented a continuous-, discrete- and string- label provider for the X/Y axis labels. (#433)

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