Changeset 1604
- Timestamp:
- 04/18/09 12:54:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/3.2/YAxis.cs
r1530 r1604 8 8 public const int PixelsPerInterval = 75; 9 9 10 private ILabelProvider labelProvider = new ContinuousLabelProvider(" e4");10 private ILabelProvider labelProvider = new ContinuousLabelProvider("0.####"); 11 11 private AxisPosition position = AxisPosition.Left; 12 12 private bool showLabel = true;
Note: See TracChangeset
for help on using the changeset viewer.