Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/23/09 08:39:28 (15 years ago)
Author:
shofstad
Message:

Legend implementation updated (#407)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs

    r1876 r1878  
    260260    public void setLegendBottom() {
    261261      // legend bottom
    262       legendShape.BoundingBox = new RectangleD(100, 10, canvasUI.Width, canvasUI.Height /*legendShape.GetHeight4Rows()*/);
     262      legendShape.BoundingBox = new RectangleD(100, 2, canvasUI.Width, canvasUI.Height);
    263263      legendShape.ClippingArea = new RectangleD(0, 0, legendShape.BoundingBox.Width, legendShape.BoundingBox.Height);
    264264      legendShape.Row = true;
Note: See TracChangeset for help on using the changeset viewer.