Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.