Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/28/10 16:27:51 (14 years ago)
Author:
mkommend
Message:

Integrated EnhancedChart in all GP specific views (ticket #1228).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/ScatterPlotView.cs

    r4468 r4651  
    6161      this.chart.AxisViewChanged += new EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(chart_AxisViewChanged);
    6262
    63       //configure axis                 
     63      //configure axis
     64      this.chart.CustomizeAllChartAreas();
    6465      this.chart.ChartAreas[0].AxisX.Title = "Estimated Values";
    6566      this.chart.ChartAreas[0].CursorX.IsUserSelectionEnabled = true;
Note: See TracChangeset for help on using the changeset viewer.