代码整理,接口优化

This commit is contained in:
monitor1394
2019-07-15 00:24:04 +08:00
parent 9ec5e80d22
commit 3cad69e40b
18 changed files with 1282 additions and 6841 deletions

View File

@@ -26,10 +26,10 @@ namespace XCharts
{
var coordinate = new Coordinate
{
m_Left = 40f,
m_Right = 80f,
m_Top = 50f,
m_Bottom = 30f,
m_Left = 50,
m_Right = 30,
m_Top = 60,
m_Bottom = 30,
m_Tickness = 0.6f,
m_FontSize = 16,
};