Changeset 16584
- Timestamp:
- 02/02/19 06:27:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotDataRowVisualProperties.cs
r16565 r16584 33 33 public class ScatterPlotDataRowVisualProperties : DeepCloneable, INotifyPropertyChanged { 34 34 #region PointStyle 35 [StorableType("45ED097C-3523-46B7-8D04-DA193833A899")] 35 36 public enum ScatterPlotDataRowPointStyle { 36 37 Circle, … … 46 47 #endregion 47 48 #region 49 [StorableType("4EFF1DC9-C74C-474C-81E4-0AF8E336438E")] 48 50 public enum ScatterPlotDataRowRegressionType { 49 51 None,
Note: See TracChangeset
for help on using the changeset viewer.