From f82efe5a816d385d73e3d923c0290d9a3c32f6fe Mon Sep 17 00:00:00 2001 From: Pawel Troka Date: Sat, 30 Dec 2017 22:21:28 +0100 Subject: [PATCH] Updated packages --- Computator.NET.Charting/RealCharting/Chart2D.cs | 12 +++++++----- .../Computator.NET.Core.IntegrationTests.csproj | 2 +- .../Computator.NET.Core.Tests.csproj | 2 +- tools/packages.config | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Computator.NET.Charting/RealCharting/Chart2D.cs b/Computator.NET.Charting/RealCharting/Chart2D.cs index e3ddeca..21f73a0 100644 --- a/Computator.NET.Charting/RealCharting/Chart2D.cs +++ b/Computator.NET.Charting/RealCharting/Chart2D.cs @@ -213,6 +213,13 @@ public void ShowSeries(string series) #endregion + + + public void Redraw() + { + Invalidate(); + } + public double XMin { get { return ChartAreas[0].AxisX.Minimum; } @@ -235,11 +242,6 @@ public double XMin } } - public void Redraw() - { - Invalidate(); - } - public double XMax { get { return ChartAreas[0].AxisX.Maximum; } diff --git a/Computator.NET.Core.IntegrationTests/Computator.NET.Core.IntegrationTests.csproj b/Computator.NET.Core.IntegrationTests/Computator.NET.Core.IntegrationTests.csproj index 5b0016c..f7a2a2a 100644 --- a/Computator.NET.Core.IntegrationTests/Computator.NET.Core.IntegrationTests.csproj +++ b/Computator.NET.Core.IntegrationTests/Computator.NET.Core.IntegrationTests.csproj @@ -32,7 +32,7 @@ - + diff --git a/Computator.NET.Core.Tests/Computator.NET.Core.Tests.csproj b/Computator.NET.Core.Tests/Computator.NET.Core.Tests.csproj index 3b77b1b..7d39c7b 100644 --- a/Computator.NET.Core.Tests/Computator.NET.Core.Tests.csproj +++ b/Computator.NET.Core.Tests/Computator.NET.Core.Tests.csproj @@ -32,7 +32,7 @@ - + diff --git a/tools/packages.config b/tools/packages.config index 747e13e..d654602 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,4 +1,4 @@ - +