Skip to content

Commit

Permalink
Merge pull request #858 from madewokherd/datavis
Browse files Browse the repository at this point in the history
System.Windows.Forms.DataVisualization fixes
  • Loading branch information
marek-safar committed Jan 4, 2014
2 parents 996a249 + 21bc38b commit 1913a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@
[assembly: NeutralResourcesLanguage ("en-US")]
[assembly: CLSCompliant (true)]
[assembly: AssemblyDelaySign (true)]
[assembly: AssemblyKeyFile ("../ecma.pub")]
[assembly: AssemblyKeyFile ("../winfx.pub")]

[assembly: SecurityRules (SecurityRuleSet.Level1)]

Expand Down
Expand Up @@ -63,7 +63,7 @@ public Chart ()
public ChartAreaCollection ChartAreas { get; private set; }
public DataManipulator DataManipulator { get; private set;}
public Object DataSource { get; set; }
protected override Size DefaultSize { get { return DefaultSize; } }//FIXME
protected override Size DefaultSize { get { return base.DefaultSize; } }//FIXME
public Font Font { get; set; }
public override Color ForeColor { get; set; }
public NamedImagesCollection Images { get; private set;}
Expand Down

0 comments on commit 1913a69

Please sign in to comment.