- Timestamp:
- 11/07/12 15:08:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs
r8835 r8876 280 280 } 281 281 282 283 private class AxisParameters {284 public double min, max, majorGridInterval, majorTickMarkInterval, labelStyleInterval;285 }286 282 private void UpdateDataPointJitter() { 287 283 var xAxis = this.chart.ChartAreas[0].AxisX;
Note: See TracChangeset
for help on using the changeset viewer.