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

https://github.com/qjake/chisel

A sharp, minimal charting library for .NET/WPF.
https://github.com/qjake/chisel

Last synced: about 1 year ago
JSON representation

A sharp, minimal charting library for .NET/WPF.

Awesome Lists containing this project

README

          

# Chisel

A sharp, minimal charting library for .NET/WPF.

## Features

**Implemented:**

* Line Charts
* Continuous Line Chart
* History Length (Number of points to plot before falling off)
* Min/Max (Auto if not set)
* Insert Direction (Right to left, or left to right)
* Line Style / Size
* Point Style / Size (Border and Fill)
* Multiple Data Lines (Called "Series")
* Different line styles / point styles per series

**Coming soon:**

* Line Charts
* Static Line Chart
* Stacked Line Style
* Bar Charts
* Continuous Bar Chart
* Static Bar Chart
* Multiple Bar Sets
* Stacked Bar Sets
* Grid Lines
* Chart Border Lines
* Axis Labels
* Axis Min/Max Value Labels
* Axis Incemental Value Labels
* Chart Title / Subtitle
* Legend
* Data Point Labels
* Interactivity (Hover / Click)

## Samples

Coming soon!

## Documentation

Coming soon!

## Contributing

Fork it, make improvements, send me a pull request. The usual.