Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/11 16:20:18 (12 years ago)
Author:
ascheibe
Message:

#1611

  • switched VisualPropertiesDialog to non-resizeable
  • corrected space between textboxes and made them also anchor to the right
  • the name of the chart can now be changed
File:
1 edited

Legend:

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

    r7201 r7221  
    9595      VisualProperties = new DataTableVisualProperties();
    9696      rows = new NamedItemCollection<DataRow>();
     97      visualProperties.Title = name;
    9798      this.RegisterRowsEvents();
    9899    }
     
    101102      VisualProperties = new DataTableVisualProperties();
    102103      rows = new NamedItemCollection<DataRow>();
     104      visualProperties.Title = name;
    103105      this.RegisterRowsEvents();
    104106    }
Note: See TracChangeset for help on using the changeset viewer.