Changeset 1976 for trunk/sources/HeuristicLab.Visualization/3.2/IDataRow.cs
- Timestamp:
- 05/30/09 12:56:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/3.2/IDataRow.cs
r1972 r1976 8 8 9 9 public interface IDataRow { 10 //string Label { get; set; }10 string Label { get; } 11 11 //Color Color { get; set; } 12 12 //int Thickness { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.