https://github.com/jingwood/plaingraph
A small, fast and lightweight .NET Chart Control. Supports 7 types of chart that can be created from same data source interface.
https://github.com/jingwood/plaingraph
c-sharp chart csharp datasource dotnet graph library pie tiny
Last synced: 3 months ago
JSON representation
A small, fast and lightweight .NET Chart Control. Supports 7 types of chart that can be created from same data source interface.
- Host: GitHub
- URL: https://github.com/jingwood/plaingraph
- Owner: jingwood
- License: mit
- Created: 2013-02-15T13:54:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T16:31:20.000Z (over 6 years ago)
- Last Synced: 2025-03-17T10:21:25.626Z (3 months ago)
- Topics: c-sharp, chart, csharp, datasource, dotnet, graph, library, pie, tiny
- Language: C#
- Homepage:
- Size: 273 KB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PlainGraph
==========A fast and lightweight .NET chart control. Supports 7 types of chart by using one unified data source.
- Line
- LinePoint
- LineArea
- Column
- Stacked Column
- Stacked Percent Column
- Pie# Snapshots

See [source code](Src/PlainGraphDemo/DemoForm.cs)
# Usage
Chats are created from a data source.

The data source contains the data serials, title and labels. All you need is preparing your data source and simply specify it for the graph.

# License
This software is released under MIT license.
Copyright (c) Jingwood, unvell.com 2012-2015, All rights reserved.