- Timestamp:
- 03/13/09 19:07:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/Legend/LegendItem.cs
r1233 r1342 3 3 namespace HeuristicLab.Visualization.Legend { 4 4 public class LegendItem { 5 6 public static readonly int WIDTH = 100; 7 5 8 public LegendItem(string label, Color color, int thickness) { 6 9 Label = label;
Note: See TracChangeset
for help on using the changeset viewer.