- Timestamp:
- 03/26/14 10:52:55 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces
- Files:
-
- 1 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IChartLogic.cs
r10628 r10658 26 26 27 27 namespace HeuristicLab.DataPreprocessing { 28 public interface I LineChartLogic {28 public interface IChartLogic { 29 29 30 DataTable CreateDataTable(string title );30 DataTable CreateDataTable(string title, DataRowVisualProperties.DataRowChartType chartType); 31 31 32 32 event DataPreprocessingChangedEventHandler Changed; … … 34 34 ICheckedItemList<StringValue> CreateVariableItemList(); 35 35 36 DataRow CreateDataRow(string variableName );36 DataRow CreateDataRow(string variableName,DataRowVisualProperties.DataRowChartType chartType); 37 37 38 38 string GetVariableNameByIndex(int index);
Note: See TracChangeset
for help on using the changeset viewer.