# UGUIChartLib **Repository Path**: duyangyang123/UGUIChartLib ## Basic Information - **Project Name**: UGUIChartLib - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-02 - **Last Updated**: 2021-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UGUI图表工具库 #### 前言 - UGUIChartLib是基于修改绘制顶点实现的简易图表工具库,若您期望与项目进行结合时可 - 进行相应修改并使用。 - 若您发现有什么宝贵的意见或新的需求以及您认为可以改进的地方,可以与我取得联系 Email *15384855139@163.com* - 工具还在继续更新中,有做的不足的地方请多海涵,会在日后逐步完善。 最后若您觉得有帮助到您的地方则是我的荣幸。 #### UGUIChartLib支持效果: **函数图**: 自带基础三角函数图、直线图、反比例图,支持自定义函数表达式解析与显示 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/cf2f56be48c2d121b6917bbe78a4d94.png) ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/f3d437f22b9b45f56568a955f093364.png)
**饼图**:支持各部分分离显示,支持圆环与饼的转换等。 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/038a6e553168e886fedd0b286c12076.png)
**雷达图**:支持间距调整,粗度调整,修改颜色模式等。背景图与数据图分离 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/eeefff472acf26ce0c5f138a316ae29.png)
**折线图**:支持多种点模式的选择,粗度调整等。背景与数据图分离 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/34089136bb18996280781a2b445eba0.png)
**条形图**:支持单一显示与分组显示方式,添加边框,水平垂直显示等。 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/a1d0e2283fd3faf07aaf4d1a2a8da97.png)
**坐标图**:支持坐标原点的修改(修改Pivot),坐标轴与背景单元格显示等。 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/cf0a03ebd088510192efaf5ab75de94.png)
由于通过修改顶点,DC为0。多次改善代码,没有GC产生。下图为x*cos(x^2)函数图中绘制阶段的profiler面板截图 ![Image text](https://github.com/w199753/UGUIChartLib/blob/master/Images/8b925618a37517b6bffbbf991e0e67b.png)