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.
- Host: GitHub
- URL: https://github.com/qjake/chisel
- Owner: qJake
- Archived: true
- Created: 2013-09-08T22:23:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T03:12:44.000Z (over 12 years ago)
- Last Synced: 2025-03-06T18:15:24.467Z (over 1 year ago)
- Language: C#
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.