Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1460


Ignore:
Timestamp:
03/27/09 18:13:13 (15 years ago)
Author:
bspisic
Message:

YAxisDescriptor.Zoom_ and .ClipChangeable fixed (#559)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/YAxisDescriptor.cs

    r1458 r1460  
    1313    private bool showYAxis = true;
    1414    private string label = "";
    15     public bool ClipChangeable = true;
     15    public bool clipChangeable = true;
    1616    private AxisPosition position = AxisPosition.Left;
    1717
     
    7979    }
    8080
    81     public bool Zoom_ {
    82       get { return ClipChangeable; }
    83       set { ClipChangeable = value; }
     81    public bool ClipChangeable {
     82      get { return clipChangeable; }
     83      set { clipChangeable = value; }
    8484    }
    8585
Note: See TracChangeset for help on using the changeset viewer.