Index: Core/Components/src/Core.Components.OxyPlot.Forms/ChartControl.cs
===================================================================
diff -u -r93036b575ee81b4517b29db51f1eadf81454fb93 -rf8b4c597194c61e15dcbb0f70f7d4a97bc3c6403
--- Core/Components/src/Core.Components.OxyPlot.Forms/ChartControl.cs (.../ChartControl.cs) (revision 93036b575ee81b4517b29db51f1eadf81454fb93)
+++ Core/Components/src/Core.Components.OxyPlot.Forms/ChartControl.cs (.../ChartControl.cs) (revision f8b4c597194c61e15dcbb0f70f7d4a97bc3c6403)
@@ -227,18 +227,18 @@
private void InitializePlotView()
{
+ plotController = new DynamicPlotController();
+
plotView = new LinearPlotView
{
BackColor = Color.White,
Model =
{
IsLegendVisible = false
- }
+ },
+ Controller = plotController
};
- plotController = new DynamicPlotController();
- plotView.Controller = plotController;
-
Controls.Add(plotView);
}
Index: Core/Components/src/Core.Components.Stack.Forms/Core.Components.Stack.Forms.csproj
===================================================================
diff -u -r7c3fd1ef091a5a8f0d5bc51f24a8a5bc07cab173 -rf8b4c597194c61e15dcbb0f70f7d4a97bc3c6403
--- Core/Components/src/Core.Components.Stack.Forms/Core.Components.Stack.Forms.csproj (.../Core.Components.Stack.Forms.csproj) (revision 7c3fd1ef091a5a8f0d5bc51f24a8a5bc07cab173)
+++ Core/Components/src/Core.Components.Stack.Forms/Core.Components.Stack.Forms.csproj (.../Core.Components.Stack.Forms.csproj) (revision f8b4c597194c61e15dcbb0f70f7d4a97bc3c6403)
@@ -44,13 +44,22 @@
Properties\GlobalAssembly.cs
+
+
Copying.Lesser.licenseheader
+
+
+ {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}
+ Core.Common.Controls
+ False
+
+