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/ChartDataRowsModel.cs

    r1880 r1881  
    144144      }
    145145
    146       XmlNode labelProviderNode = document.ImportNode(XAxis.XAxisLabelProvider.GetLabelProviderXmlNode(), true);
     146      XmlNode labelProviderNode = document.ImportNode(XAxis.LabelProvider.GetLabelProviderXmlNode(), true);
    147147      node.AppendChild(labelProviderNode);
    148148
     
    155155      foreach (XmlNode dataRow in node.ChildNodes) {
    156156        if (dataRow.Name.Equals("LabelProvider")) {
    157           XAxis.XAxisLabelProvider = XAxis.XAxisLabelProvider.PopulateLabelProviderXmlNode(dataRow);
     157          XAxis.LabelProvider = XAxis.LabelProvider.PopulateLabelProviderXmlNode(dataRow);
    158158        } else {
    159159          XmlAttributeCollection attrs = dataRow.Attributes;
Note: See TracChangeset for help on using the changeset viewer.