Changeset 7126 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 12/05/11 16:53:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/DataRowVisualProperties.cs
r7124 r7126 229 229 set { scaleFactor = value; } 230 230 } 231 [Storable(Name = "IsVisibleInLegend" )]231 [Storable(Name = "IsVisibleInLegend", DefaultValue = true)] 232 232 private bool StorableIsVisibleInLegend { 233 233 get { return isVisibleInLegend; }
Note: See TracChangeset
for help on using the changeset viewer.