mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
代码整理,接口优化
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user