Possible bug?
Using In VS 2013 Community, .NET 4.5, MySQL w/Connector/NET...
When a form is maximized, it wil not render the binded datasource on a chart.
Example is a new project... chart dragged onto a form... add a Dataset when initializing the chart and immediately bind that to the Datasource property with no changes to the chart except changing your XValue from a column to a line type. I only have 3 columns in the table. keyId, entryDate, mcf.
I can also maximize the window after the form is up and running and it doesn't effect the chart at all.
Any ideas? I need the window to run in a maximized state.
Many thanks!