- Timestamp:
- 04/09/14 10:24:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IChartLogic.cs
r10658 r10733 28 28 public interface IChartLogic { 29 29 30 DataTable CreateDataTable(string title,DataRowVisualProperties.DataRowChartType chartType);30 List<DataRow> CreateAllDataRows( DataRowVisualProperties.DataRowChartType chartType); 31 31 32 32 event DataPreprocessingChangedEventHandler Changed;
Note: See TracChangeset
for help on using the changeset viewer.