Changeset 8404
- Timestamp:
- 08/02/12 23:33:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/ScatterPlot.cs
r8280 r8404 108 108 private ObservableList<PointF> StorablePoints { 109 109 set { points = value; } 110 get { return points; } 110 111 } 111 112 private string xAxisName; … … 113 114 private string StorableXAxisName { 114 115 set { xAxisName = value; } 116 get { return xAxisName; } 115 117 } 116 118 private string yAxisName; … … 118 120 private string StorableYAxisName { 119 121 set { yAxisName = value; } 122 get { return yAxisName; } 120 123 } 121 124 [StorableHook(HookType.AfterDeserialization)]
Note: See TracChangeset
for help on using the changeset viewer.