Changeset 9265 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 03/01/13 13:55:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/DataTableVisualProperties.cs
r9258 r9265 480 480 get { return secondYAxisMaximumFixedValue; } 481 481 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; } 482 502 } 483 503 #endregion
Note: See TracChangeset
for help on using the changeset viewer.