Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 604 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 604 Bytes

Csharpchart

Chart for winform application. Features:

  • Chart types: line chart, discrete point chart, bar chart
  • Support pan and zoom
  • Datetime x axis
  • Real time updating chart data
  • Fast speed
  • Small code size, no dependency

Install

Copy the files under "Chart" directory.

Usage

See Form1.cs for demo code.

Line and point chart:
image1

Multiple Y axes:
image2

Bar chart:
image3

Big data:
image4

Date axis and realtime data:
image5