Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victor-david/restless-charts
Restless Charts is a set of controls for adding data visualization to your application. It allows you to create various charts in a customizable way.
https://github.com/victor-david/restless-charts
charting data-visualization wpf wpf-controls
Last synced: about 5 hours ago
JSON representation
Restless Charts is a set of controls for adding data visualization to your application. It allows you to create various charts in a customizable way.
- Host: GitHub
- URL: https://github.com/victor-david/restless-charts
- Owner: victor-david
- License: gpl-3.0
- Created: 2019-03-28T14:57:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T20:11:39.000Z (over 2 years ago)
- Last Synced: 2024-04-28T13:02:20.846Z (7 months ago)
- Topics: charting, data-visualization, wpf, wpf-controls
- Language: C#
- Homepage:
- Size: 231 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restless Charts
[![Nuget](https://img.shields.io/nuget/v/Restless.Charts.svg?style=flat-square)](https://www.nuget.org/packages/Restless.Charts/)This library provides charting capabilities for your application. The following features are supported:
- Create bar charts and line charts.
- Include multiple data series.
- Specify orientation. Vertical or horizontal.
- Zoom and pan. Return to original zoom / pan with mouse or programmatically.
- You can specify bar colors / line colors / text colors / widths.
- You can specify what kind data points to display (line chart)
- Display values on bars
- Specify X axis and Y axis placement, or hide
- Specify how axis ticks are displayed.
- Reverse values on both X and Y axis.
- Specify how axis values are formatted. You can create a custom format provider for more complex needs.
- Specify if the axis grid is displayed or not.## Acknowledgements
Many thanks to the developers at [InteractiveDataDisplay](https://github.com/Microsoft/InteractiveDataDisplay.WPF).
This is not a fork of their project, but I got a lot of ideas from their code. In some places, their code is used here
unaltered or slightly modified.