Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/10 02:44:45 (14 years ago)
Author:
swagner
Message:

Added axis labels for data tables (#925)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/DataRowVisualProperties.cs

    r4777 r4870  
    119119      startIndexZero = false;
    120120    }
    121     public DataRowVisualProperties(DataRowChartType chartType, bool secondYAxis, Color color, bool startIndexZero) {
    122       this.chartType = chartType;
    123       this.secondYAxis = secondYAxis;
    124       this.color = color;
    125       this.startIndexZero = startIndexZero;
    126     }
    127121
    128122    public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.