- Timestamp:
- 05/14/14 13:37:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IChartLogic.cs
r10803 r10847 20 20 #endregion 21 21 22 using System; 22 23 using System.Collections.Generic; 23 24 using HeuristicLab.Analysis; … … 32 33 event DataPreprocessingChangedEventHandler Changed; 33 34 35 event EventHandler SelectionChanged; 36 34 37 ICheckedItemList<StringValue> CreateVariableItemList(); 38 39 List<DataRow> CreateAllSelectedDataRows(DataRowVisualProperties.DataRowChartType chartType); 40 41 DataRow CreateSelectedDataRow(string variableName, DataRowVisualProperties.DataRowChartType chartType); 35 42 36 43 DataRow CreateDataRow(string variableName,DataRowVisualProperties.DataRowChartType chartType);
Note: See TracChangeset
for help on using the changeset viewer.