Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/30/09 17:03:15 (15 years ago)
Author:
mstoeger
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/XAxis.cs

    r1182 r1194  
    22using System.Collections.Generic;
    33using System.Drawing;
     4using HeuristicLab.Visualization.LabelProvider;
    45
    56namespace HeuristicLab.Visualization {
    67  public class XAxis : WorldShape {
    78    public const int PixelsPerInterval = 100;
    8     private ILabelProvider labelProvider = new DefaultLabelProvider("0.##");
     9    private ILabelProvider labelProvider = new ContinuousLabelProvider("0.####");
    910
    1011    public ILabelProvider LabelProvider {
Note: See TracChangeset for help on using the changeset viewer.