Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/02/19 06:27:04 (5 years ago)
Author:
gkronber
Message:

#2520 added missing StorableType attributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlotDataRowVisualProperties.cs

    r16565 r16584  
    3333  public class ScatterPlotDataRowVisualProperties : DeepCloneable, INotifyPropertyChanged {
    3434    #region PointStyle
     35    [StorableType("45ED097C-3523-46B7-8D04-DA193833A899")]
    3536    public enum ScatterPlotDataRowPointStyle {
    3637      Circle,
     
    4647    #endregion
    4748    #region
     49    [StorableType("4EFF1DC9-C74C-474C-81E4-0AF8E336438E")]
    4850    public enum ScatterPlotDataRowRegressionType {
    4951      None,
Note: See TracChangeset for help on using the changeset viewer.