Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/09 13:43:10 (15 years ago)
Author:
bspisic
Message:

Panning and zooming (#424) Implemented deactivating of YAxis clipping in OptionsDialog

File:
1 edited

Legend:

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

    r1387 r1390  
    100100      row3.Label = "Die Blaue";
    101101      row3.YAxis = yaxis2;
     102      row3.YAxis.Label = "Die Blaue";
    102103
    103104      model.AddDataRow(row1);
    104105      model.AddDataRow(row2);
    105106      model.AddDataRow(row3);
     107
     108      row1.YAxis.Label = "Rot und Grün";
    106109
    107110      Random rand = new Random(42);
Note: See TracChangeset for help on using the changeset viewer.