Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/09 15:57:16 (15 years ago)
Author:
mstoeger
Message:

Implemented multiple Y-Axes. (#433) Panning & Zooming is broken.

File:
1 edited

Legend:

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

    r1240 r1285  
    2222    private AnchorPositionX anchorPositionX = AnchorPositionX.Left;
    2323    private AnchorPositionY anchorPositionY = AnchorPositionY.Top;
     24
     25    public TextShape(string text) : this(0, 0, text, 14) {}
    2426
    2527    public TextShape(double x, double y, string text) : this(x, y, text, 8) {}
Note: See TracChangeset for help on using the changeset viewer.