Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IDataAnalysisSolutionEvaluationView.cs
r14185 r14927 24 24 using HeuristicLab.MainForm; 25 25 namespace HeuristicLab.Problems.DataAnalysis.Views { 26 public interface IDataAnalysisSolutionEvaluationView : IContentView {26 public interface IDataAnalysisSolutionEvaluationView : IContentView { 27 27 Image ViewImage { get; } 28 28 } -
branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IPartialDependencePlot.cs
r14852 r14927 25 25 public interface IPartialDependencePlot { 26 26 Task RecalculateAsync(bool updateOnFinish, bool resetYAxis); 27 double YMin { get; 27 double YMin { get; } 28 28 double YMax { get; } 29 29 double? FixedYAxisMin { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.