Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/13 13:55:09 (11 years ago)
Author:
abeham
Message:

#2020: review comments

File:
1 edited

Legend:

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

    r9258 r9265  
    480480      get { return secondYAxisMaximumFixedValue; }
    481481      set { secondYAxisMaximumFixedValue = value; }
     482    }
     483    [Storable(Name = "XAxisLogScale")]
     484    private bool StorableXAxisLogScale {
     485      get { return xAxisLogScale; }
     486      set { xAxisLogScale = value; }
     487    }
     488    [Storable(Name = "SecondXAxisLogScale")]
     489    private bool StorableSecondXAxisLogScale {
     490      get { return secondXAxisLogScale; }
     491      set { secondXAxisLogScale = value; }
     492    }
     493    [Storable(Name = "YAxisLogScale")]
     494    private bool StorableYAxisLogScale {
     495      get { return yAxisLogScale; }
     496      set { yAxisLogScale = value; }
     497    }
     498    [Storable(Name = "SecondYAxisLogScale")]
     499    private bool StorableSecondYAxisLogScale {
     500      get { return secondYAxisLogScale; }
     501      set { secondYAxisLogScale = value; }
    482502    }
    483503    #endregion
Note: See TracChangeset for help on using the changeset viewer.