Index: Core/Components/src/Core.Components.OxyPlot/DataSeries/Chart/ChartDataSeriesFactory.cs
===================================================================
diff -u -r0cc7e86b8144dc45567faf56527116c8e0f33323 -r6ba910c7ac3e3ccb156c0cad0e2913eaed180611
--- Core/Components/src/Core.Components.OxyPlot/DataSeries/Chart/ChartDataSeriesFactory.cs (.../ChartDataSeriesFactory.cs) (revision 0cc7e86b8144dc45567faf56527116c8e0f33323)
+++ Core/Components/src/Core.Components.OxyPlot/DataSeries/Chart/ChartDataSeriesFactory.cs (.../ChartDataSeriesFactory.cs) (revision 6ba910c7ac3e3ccb156c0cad0e2913eaed180611)
@@ -28,7 +28,7 @@
///
/// A factory to create based on .
///
- public static class ChartDataSeriesFactory
+ internal static class ChartDataSeriesFactory
{
///
/// Creates a based on .
Index: Core/Components/src/Core.Components.OxyPlot/DataSeries/Stack/RowChartDataSeriesFactory.cs
===================================================================
diff -u -r0cc7e86b8144dc45567faf56527116c8e0f33323 -r6ba910c7ac3e3ccb156c0cad0e2913eaed180611
--- Core/Components/src/Core.Components.OxyPlot/DataSeries/Stack/RowChartDataSeriesFactory.cs (.../RowChartDataSeriesFactory.cs) (revision 0cc7e86b8144dc45567faf56527116c8e0f33323)
+++ Core/Components/src/Core.Components.OxyPlot/DataSeries/Stack/RowChartDataSeriesFactory.cs (.../RowChartDataSeriesFactory.cs) (revision 6ba910c7ac3e3ccb156c0cad0e2913eaed180611)
@@ -28,7 +28,7 @@
///
/// A factory to create based on .
///
- public static class RowChartDataSeriesFactory
+ internal static class RowChartDataSeriesFactory
{
///
/// Creates a based on .
Index: Core/Components/src/Core.Components.OxyPlot/DynamicPlotController.cs
===================================================================
diff -u -r0cc7e86b8144dc45567faf56527116c8e0f33323 -r6ba910c7ac3e3ccb156c0cad0e2913eaed180611
--- Core/Components/src/Core.Components.OxyPlot/DynamicPlotController.cs (.../DynamicPlotController.cs) (revision 0cc7e86b8144dc45567faf56527116c8e0f33323)
+++ Core/Components/src/Core.Components.OxyPlot/DynamicPlotController.cs (.../DynamicPlotController.cs) (revision 6ba910c7ac3e3ccb156c0cad0e2913eaed180611)
@@ -26,7 +26,7 @@
///
/// This class represents a controller for which certain interactions can be toggled.
///
- public sealed class DynamicPlotController : ControllerBase, IPlotController
+ internal sealed class DynamicPlotController : ControllerBase, IPlotController
{
///
/// Creates a new instance of the .