Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1048


Ignore:
Timestamp:
12/21/08 19:53:33 (15 years ago)
Author:
shofstad
Message:

Legend implementation finished (#407)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization.Test/LegendForm.cs

    r982 r1048  
    1515      WorldShape mainShape = canvasUI.MainCanvas.WorldShape;
    1616      LegendShape ls = new LegendShape(0, 0, 100, 100, 0, Color.White);
    17       ls.AddLegendItem(new LegendItem("test", Color.Black));
    18       ls.AddLegendItem(new LegendItem("test2", Color.Red));
     17      ls.AddLegendItem(new LegendItem("test", Color.Black, 5));
     18      ls.AddLegendItem(new LegendItem("test2", Color.Red, 5));
    1919
    2020      mainShape.AddShape(ls);
Note: See TracChangeset for help on using the changeset viewer.