Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/09 22:13:54 (15 years ago)
Author:
bspisic
Message:

#520 Started to implement font changes in options dialog

File:
1 edited

Legend:

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

    r1285 r1328  
    3636    }
    3737
     38    public TextShape Title {
     39      get { return titleShape; }
     40    }
     41
     42    public LegendShape Legend {
     43      get { return legendShape; }
     44    }
     45
    3846    /// <summary>
    3947    /// Initializes the chart.
     
    128136
    129137    private void optionsToolStripMenuItem_Click(object sender, EventArgs e) {
    130       OptionsDialog optionsdlg = new OptionsDialog(this.model);
     138      OptionsDialog optionsdlg = new OptionsDialog(this.model, this);
    131139      optionsdlg.ShowDialog(this);
    132140    }
Note: See TracChangeset for help on using the changeset viewer.