Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/13/09 19:28:05 (15 years ago)
Author:
shofstad
Message:

Legend implementation updated with position setting (#407)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/Options/OptionsDialog.Designer.cs

    r1343 r1345  
    149149      this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    150150      this.cbLegendPosition.FormattingEnabled = true;
    151       this.cbLegendPosition.Items.AddRange(new object[] {
    152             "left",
    153             "right",
    154             "top",
    155             "bottom"});
    156151      this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
    157152      this.cbLegendPosition.Name = "cbLegendPosition";
Note: See TracChangeset for help on using the changeset viewer.