An open API service indexing awesome lists of open source software.

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.

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

![Demo Program](Snapshots/Demo.png)

See [source code](Src/PlainGraphDemo/DemoForm.cs)

# Usage

Chats are created from a data source.

![Usage: Step 1](Snapshots/Doc1.png)

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.

![Usage: Step 1](Snapshots/Doc2.png)

# License

This software is released under MIT license.

Copyright (c) Jingwood, unvell.com 2012-2015, All rights reserved.