Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1232


Ignore:
Timestamp:
02/28/09 19:58:32 (15 years ago)
Author:
mstoeger
Message:

Fixed a major blocking problem in LegendShape. (#407)

File:
1 edited

Legend:

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

    r1195 r1232  
    2525    public void CreateLegend() {
    2626      shapes.Clear();
    27       double y = BoundingBox.Y2;
     27      double y = ClippingArea.Y2;
    2828      foreach (LegendItem item in legendItems) {
    2929        AddShape(new LineShape(10, y - 10, 30, y - 10, 0, item.Color, item.Thickness, DrawingStyle.Solid));
Note: See TracChangeset for help on using the changeset viewer.