Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/09 12:54:14 (15 years ago)
Author:
mstoeger
Message:

Choose other LabelProvider for Y-Axes (not scientific!) #557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/YAxis.cs

    r1530 r1604  
    88    public const int PixelsPerInterval = 75;
    99
    10     private ILabelProvider labelProvider = new ContinuousLabelProvider("e4");
     10    private ILabelProvider labelProvider = new ContinuousLabelProvider("0.####");
    1111    private AxisPosition position = AxisPosition.Left;
    1212    private bool showLabel = true;
Note: See TracChangeset for help on using the changeset viewer.