Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Analysis/3.3/DataVisualization/DataRowVisualProperties.cs

    r14927 r14929  
    3333  public class DataRowVisualProperties : DeepCloneable, INotifyPropertyChanged {
    3434    #region ChartType
     35    [StorableType("c43ebac6-acf0-40f7-9515-c032f73f6b3c")]
    3536    public enum DataRowChartType {
    3637      Line,
     
    4344    #endregion
    4445    #region LineStyle
     46    [StorableType("d006c5b0-a8f2-44ce-9cb7-6fb1f6ef7109")]
    4547    public enum DataRowLineStyle {
    4648      Dash,
     
    5355    #endregion
    5456    #region Histogram Aggregation
     57    [StorableType("7fd525d7-4126-4084-b811-ee36b9eddf45")]
    5558    public enum DataRowHistogramAggregation {
    5659      Overlapping,
Note: See TracChangeset for help on using the changeset viewer.