# GuYuGplot
**Repository Path**: joeyzhao/GuYuGplot
## Basic Information
- **Project Name**: GuYuGplot
- **Description**: 一个无比简易winform拓扑图控件,节点可响应鼠标点击事件,使用C#编写。
- **Primary Language**: C#
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 32
- **Forks**: 15
- **Created**: 2013-08-18
- **Last Updated**: 2024-12-17
## Categories & Tags
**Categories**: charting-components, desktop-ui
**Tags**: None
## README
效果图
============================

参见:http://www.cnblogs.com/zzy0471/archive/2011/08/11/2135485.html
使用方法
============================
### 步骤
step 0 : 添加跟节点,根节点的Line属性不需赋值
setp 1 : 添加跟节点的子节点,需要对子节点的Line属性(连接线)赋值
setp 2 : 添加子节点的子节点......
详细的使用方法请参见解决方案中的TestMain项目
###