Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12679


Ignore:
Timestamp:
07/08/15 13:02:29 (9 years ago)
Author:
mkommend
Message:

#2274: Removed commented code from scatterplot view.

File:
1 edited

Legend:

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

    r12670 r12679  
    196196
    197197    private void RecalculateAxesScale(ChartArea area) {
    198       // Reset the axes bounds so that RecalculateAxesScale() will assign new bounds
    199       /*area.AxisX.Minimum = double.NaN;
    200       area.AxisX.Maximum = double.NaN;
    201       area.AxisY.Minimum = double.NaN;
    202       area.AxisY.Maximum = double.NaN;*/
    203198      area.AxisX.Minimum = CalculateMinBound(xMin);
    204199      area.AxisX.Maximum = CalculateMaxBound(xMax);
Note: See TracChangeset for help on using the changeset viewer.