Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/13/09 20:12:20 (15 years ago)
Author:
shofstad
Message:

added code comments (#406)

File:
1 edited

Legend:

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

    r1345 r1346  
    6262    }
    6363
     64    /// <summary>
     65    /// updates the view settings
     66    /// </summary>
    6467    private void UpdateViewSettings() {
    6568      titleShape.Font = viewSettings.TitleFont;
     
    142145    }
    143146
     147    /// <summary>
     148    /// sets the legend position
     149    /// </summary>
    144150    private void SetLegendPosition() {
    145151      switch (viewSettings.LegendPosition) {
Note: See TracChangeset for help on using the changeset viewer.