diff --git a/Directory.Build.props b/Directory.Build.props index bb04fbbd7..524e55e3c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.0.0-rc6 + 2.0.0-rc6.1 1.0.1 BetoRodriguez @@ -30,8 +30,8 @@ - true - false + false + true diff --git a/docs/samples/lines/zoom/template.md b/docs/samples/lines/zoom/template.md index 242374d76..6d4f641e9 100644 --- a/docs/samples/lines/zoom/template.md +++ b/docs/samples/lines/zoom/template.md @@ -3,7 +3,7 @@ Zooming and panning is disabled by default, you can enable it by setting the `ZoomMode` property, this property is of type [ZoomAndPanMode](https://lvcharts.com/api/{{ version }}/LiveChartsCore.Measure.ZoomAndPanMode), this type is a flag enum it means that you can combine the options as you need, you can learn more about zooming and panning -[here](https://lvcharts.com/docs/{{ platform }}/{{ version }}/CartesianChart.Axes%20properties#zooming-and-panning). +options [here](#options). @@ -219,6 +219,7 @@ private void OnPropertyChanged(object sender, PropertyChangedEventArgs e) axis.SetLimits(min.Value, max.Value); } +``` # Manually fire zooming or panning diff --git a/samples/AvaloniaSample/General/Sections/View.axaml b/samples/AvaloniaSample/General/Sections/View.axaml index 00afba158..d5e7903d1 100644 --- a/samples/AvaloniaSample/General/Sections/View.axaml +++ b/samples/AvaloniaSample/General/Sections/View.axaml @@ -19,8 +19,8 @@ + + + WinExe net8.0-windows10.0.19041.0 @@ -24,7 +24,7 @@ - + diff --git a/src/_Shared.Native/Platforms/Android/PointerController.cs b/src/_Shared.Native/Platforms/Android/PointerController.cs index b450f43a6..e63022b1f 100644 --- a/src/_Shared.Native/Platforms/Android/PointerController.cs +++ b/src/_Shared.Native/Platforms/Android/PointerController.cs @@ -68,7 +68,7 @@ public void DisposeController(object view) _scaleDetector?.Dispose(); _scaleDetector = null; - _customScaleListener.Dispose(); + _customScaleListener?.Dispose(); _customScaleListener = null!; } diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpView.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj b/src/skiasharp/LiveChartsCore.SkiaSharpView.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj index 806c35668..0dcb13a6f 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpView.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharpView.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj @@ -1,4 +1,4 @@ - + $(GlobalLangVersion) enable @@ -59,8 +59,8 @@ - - + +