Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/14 13:37:28 (11 years ago)
Author:
aesterer
Message:

Added coloring feature for line chart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IChartLogic.cs

    r10803 r10847  
    2020#endregion
    2121
     22using System;
    2223using System.Collections.Generic;
    2324using HeuristicLab.Analysis;
     
    3233    event DataPreprocessingChangedEventHandler Changed;
    3334
     35    event EventHandler SelectionChanged;
     36
    3437    ICheckedItemList<StringValue> CreateVariableItemList();
     38
     39    List<DataRow> CreateAllSelectedDataRows(DataRowVisualProperties.DataRowChartType chartType);
     40
     41    DataRow CreateSelectedDataRow(string variableName, DataRowVisualProperties.DataRowChartType chartType);
    3542
    3643    DataRow CreateDataRow(string variableName,DataRowVisualProperties.DataRowChartType chartType);
Note: See TracChangeset for help on using the changeset viewer.