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.Views/3.3/DataTableView.cs

    r7126 r7221  
    223223      if (Content.VisualProperties.TitleFont != null) chart.Titles[0].Font = Content.VisualProperties.TitleFont;
    224224      if (!Content.VisualProperties.TitleColor.IsEmpty) chart.Titles[0].ForeColor = Content.VisualProperties.TitleColor;
     225      chart.Titles[0].Text = Content.VisualProperties.Title;
    225226
    226227      if (Content.VisualProperties.AxisTitleFont != null) area.AxisX.TitleFont = Content.VisualProperties.AxisTitleFont;
Note: See TracChangeset for help on using the changeset viewer.