- Timestamp:
- 04/11/17 18:43:17 (8 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IPartialDependencePlot.cs
r14851 r14852 23 23 24 24 namespace HeuristicLab.Problems.DataAnalysis.Views { 25 public interface I GradientChart {25 public interface IPartialDependencePlot { 26 26 Task RecalculateAsync(bool updateOnFinish, bool resetYAxis); 27 27 double YMin { get; }
Note: See TracChangeset
for help on using the changeset viewer.