Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

qJake/chisel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages