Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/21/10 17:16:00 (14 years ago)
Author:
swagner
Message:

Worked on visual appearance of charts and added some minor corrections in HeuristicLab.Visualization.ChartControlsExtensions (#1237)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/AlleleFrequencyArrayView.Designer.cs

    r4631 r4637  
    7373      chartArea1.Name = "Default";
    7474      this.chart.ChartAreas.Add(chartArea1);
     75      legend1.Alignment = System.Drawing.StringAlignment.Center;
    7576      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
    7677      legend1.Name = "Default";
     
    8182      this.chart.TabIndex = 0;
    8283      this.chart.Text = "chart";
     84      title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    8385      title1.Name = "Default";
    8486      title1.Text = "Allele Frequencies";
Note: See TracChangeset for help on using the changeset viewer.