Changeset 9886 for stable/HeuristicLab.Analysis/3.3/DataVisualization
- Timestamp:
- 08/20/13 17:33:13 (11 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9816-9817,9819-9820
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Analysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Analysis merged: 9816
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Analysis/3.3/DataVisualization/DataTable.cs
r9456 r9886 91 91 public DataTable() 92 92 : base() { 93 Name = "DataTable"; 93 94 VisualProperties = new DataTableVisualProperties(); 94 95 Rows = new NamedItemCollection<DataRow>(); -
stable/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotDataRow.cs
r9456 r9886 78 78 public ScatterPlotDataRow() 79 79 : base() { 80 Name = "ScatterPlotDataRow"; 80 81 VisualProperties = new ScatterPlotDataRowVisualProperties(); 81 82 points = new ObservableList<Point2D<double>>();
Note: See TracChangeset
for help on using the changeset viewer.