Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/23/09 10:22:40 (15 years ago)
Author:
mstoeger
Message:

renamed xaxis-properties #498

File:
1 edited

Legend:

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

    r1880 r1881  
    9191      titleShape.Text = model.Title;
    9292
    93       if (model.XAxis.ShowXAxisGrid) {
     93      if (model.XAxis.ShowGrid) {
    9494        canvas.AddShape(xAxisGrid);
    9595      }
     
    107107      }
    108108
    109       xAxis.ShowLabel = model.XAxis.ShowXAxisLabel;
    110       xAxis.Label = model.XAxis.XAxisLabel;
     109      xAxis.ShowLabel = model.XAxis.ShowLabel;
     110      xAxis.Label = model.XAxis.Label;
    111111
    112112      canvas.AddShape(xAxis);
Note: See TracChangeset for help on using the changeset viewer.