Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/30/09 17:53:52 (15 years ago)
Author:
shofstad
Message:

Legend implementation changed (#407)

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
        33HeuristicLab.resharper
        44HeuristicLab.resharper.user
         5HeuristicLab.4.1.resharper.user
  • trunk/sources/HeuristicLab.Visualization.Test/LegendForm.cs

    r1048 r1195  
    1414    private void CreateLegendShape() {
    1515      WorldShape mainShape = canvasUI.MainCanvas.WorldShape;
    16       LegendShape ls = new LegendShape(0, 0, 100, 100, 0, Color.White);
     16      LegendShape ls = new LegendShape();
    1717      ls.AddLegendItem(new LegendItem("test", Color.Black, 5));
    1818      ls.AddLegendItem(new LegendItem("test2", Color.Red, 5));
Note: See TracChangeset for help on using the changeset viewer.