Skip to content

15835229565/ZedGraph-3

 
 

Repository files navigation

ZedGraph

This is a fork of https://github.com/discomurray/ZedGraph.

The original project is LGPL copyrighted 2004-2009 by John Champion.

In this fork we try to bring this project up to date to take advandage of modern C# features as well as add functionality to make it more usable for financial charting.

Added features

  • Auto-updating horizontal line levels in the GraphPane
  • Crosshair drawing
  • Chart scrolling with MouseWheel
  • Chart zooming band with fill effect
  • Controlling panning/zooming actions using chart's MouseWheelActions property
  • Chart panning/zooming/by using modifier keys and mouse wheel on the XAxis or YAxis
  • Mouse selectable LineItem
  • Annotation shapes (PointObj)
  • SplitterPane and ability to adjust pane sizes within MasterPane using SplitterPane
  • Modify PointPair to implement IPointPair interface and convert all data lists to support IPointPair.
  • Modify StockPt to implement IStockPt interface and convert StockPointList to support IStockPt.
  • Implement support for IEnumerable in IPointList lists.

Example:

image

image

Maintainer

Serge Aleynikov (https://github.com/saleyn/ZedGraph)

LICENSE

LGPL v2.1

About

Fork of John Champion's ZedGraph charting framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%