项目作者: victor-david

项目描述 :
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.
高级语言: C#
项目地址: git://github.com/victor-david/restless-charts.git
创建时间: 2019-03-28T14:57:28Z
项目社区:https://github.com/victor-david/restless-charts

开源协议:GNU General Public License v3.0

下载


Restless Charts

Nuget

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.
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.