Core reactive libraries, custom controls and styles for WPF UI created by SciChart Ltd
Used in the SciChart WPF Examples Application, which demonstrates High Performance WPF Charts, available for download at http://www.scichart.com, this library provides bootstrapping with automatic dependency discovery, and some extensions to Reactive (System.Reactive) to allow for easier testing and integration of Reactive into an MVVM Application.
May 2019: Release v3.0 is here!
In this release we update SciChart.Wpf.UI and SciChart.Wpf.UI.Transitionz to target .NET Core 3 (netcoreapp3.0), as well as .NET Framework 4.5.2
SciChart.UI.Bootstrap and SciChart.UI.Reactive have been downgraded to target both .NET Standard 2.0 as well as .NET Framework v4.5.2 (previous minimum framework was net461). This enables the libraries to be used in a wider range of projects.
As a side effect to this downgrade, we have had to also downgrade to System.Reactive 3.1.1, since v4.x is no longer compatible with net452.
Feedback is welcome on the issues tab
Nov 2018: Release v2.1 is here!
See scichart.com/open-source-scichart-ui-reactive-scichart-wpf-ui-transitionz-v2-1-released for details!
Supporting .NET Standard 2.0 & .NET Framework 4.5.2, this library includes bootstrapper classes for WPF Applications using Unity and allowing automatic dependency discovery across a range of assemblies.
Supporting .NET Standard 2.0 & .NET Framework 4.5.2, this library includes three ViewModel types which provide varying degree of observability and dependency injection, allowing you to turn any ViewModel property into an INotifyPropertyChanged property and also an IObservable for reactive extensions integration
SciChart.UI.Reactive Usage / Wiki:
Supporting .NET Core 3.0 & .NET Framework 4.5.2, this contains core helper classes and useful controls for WPF Applications.
WIKI / Documentation coming soon.
Supporting .NET Core 3.0 & .NET Framework 4.5.2, this library includes Transitionz, an animation library which allows for easy animating of Opacity or X,Y Transforms on Visibility change with simple XAML markup extensions
Transitionz Usage / Wiki: