SideScroll.Avalonia.Charts.LiveCharts
0.9.7
See the version list below for details.
dotnet add package SideScroll.Avalonia.Charts.LiveCharts --version 0.9.7
NuGet\Install-Package SideScroll.Avalonia.Charts.LiveCharts -Version 0.9.7
<PackageReference Include="SideScroll.Avalonia.Charts.LiveCharts" Version="0.9.7" />
<PackageVersion Include="SideScroll.Avalonia.Charts.LiveCharts" Version="0.9.7" />
<PackageReference Include="SideScroll.Avalonia.Charts.LiveCharts" />
paket add SideScroll.Avalonia.Charts.LiveCharts --version 0.9.7
#r "nuget: SideScroll.Avalonia.Charts.LiveCharts, 0.9.7"
#:package SideScroll.Avalonia.Charts.LiveCharts@0.9.7
#addin nuget:?package=SideScroll.Avalonia.Charts.LiveCharts&version=0.9.7
#tool nuget:?package=SideScroll.Avalonia.Charts.LiveCharts&version=0.9.7
SideScroll
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.
SideScroll is designed with speed in mind, for both development and usage. Most tabs are created in code which makes them easier to link together and refactor later. Any object can be viewed or edited by adding it to a tab, with all the controls being automatically created for you, and customized via attributes. DataRepos can be used to save and load these objects, and the selected items can be passed in links automatically.
Features
- Cross-Platform .NET Avalonia UI Framework — Supports Windows, macOS, and Linux
- Smart Tab Navigation — Automatically selects the next most likely items based on past usage.
- Multiple Path Support — Open and compare multiple paths simultaneously.
- Shareable Links — Create links to share views with others.
- DataRepos — Manage local data storage and display data bound views
- Dynamic Form Generation — Load any object into a Param Control for auto-generated Avalonia controls.
- Rich Text Support — Integrated AvaloniaEdit support for rich text viewing and editing
- Interactive Charting — Integrated LiveCharts 2 support for smooth, animated charts. Use the mouse to zoom in or select a series to show additional tabs.
Examples
VideoGamesDB
Screenshots
Light Theme
Dark Theme
Custom Theming - Light Blue Theme
Rich Text Editing with AvaloniaEdit
Share Links
Documentation
Samples
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- LiveChartsCore.SkiaSharpView.Avalonia (>= 2.0.0-rc4.5)
- SideScroll.Avalonia.Charts (>= 0.9.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Toolbar Buttons can now specify an IsEnabled Property Binding to show a disabled PackageIcon
- Added Toolbar IsEnabled support for the Global Forward/Backwards buttons and the Theme Undo/Redo buttons
- Moved SideScroll.Avalonia BaseWindow, View, and Viewer to underneath the Controls Namespace to better match their functionality
- Moved all the Project Data Repos into ProjectDataRepos so they can be passed around easier, and simplify access
- Moved User App DataRepo location from 'Versions' to 'Data' (you can rename the old Versions directory to Data if you would like to transfer any data)
- Changed Exception log path so the Exceptions folder is before the project name
- Added User Setting for Navigator MaxHistory
- Updated TabControlSearch icon color to use the Text Foreground Color with half transparency
- Removed HttpCacheManager and Tasks from Project class since they're not currently used