Changeset 10915 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/ScatterPlotContent.cs
- Timestamp:
- 05/28/14 15:31:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/ScatterPlotContent.cs
r10882 r10915 29 29 public class ScatterPlotContent : PreprocessingChartContent { 30 30 31 public string SelectedXVariable { get; set; } 32 33 public string SelectedYVariable { get; set; } 34 31 35 public ScatterPlotContent(IChartLogic chartlogic) 32 36 : base(chartlogic) {
Note: See TracChangeset
for help on using the changeset viewer.