Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 17:34:56 (16 years ago)
Author:
mstoeger
Message:

Implement Y-Axis Position (left/right) (#554)

File:
1 edited

Legend:

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

    r1390 r1457  
    8484      yaxis1.Label = "Y-Axis 1";
    8585      yaxis2.Label = "Y-Axis 2";
     86
     87      yaxis1.Position = AxisPosition.Left;
     88      yaxis2.Position = AxisPosition.Right;
    8689
    8790      row1.Color = Color.Red;
     
    500503    }
    501504
    502 
    503 
    504505    [Test]
    505506    public void TestMainForm() {
Note: See TracChangeset for help on using the changeset viewer.