mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
增加GridLayout网格布局组件
This commit is contained in:
@@ -33,10 +33,7 @@ namespace XCharts.Runtime
|
||||
axis.painter = chart.painter;
|
||||
axis.refreshComponent = delegate()
|
||||
{
|
||||
axis.UpdateRuntimeData(chart.chartX,
|
||||
chart.chartY,
|
||||
chart.chartWidth,
|
||||
chart.chartHeight);
|
||||
axis.UpdateRuntimeData(chart);
|
||||
|
||||
InitAxis(null,
|
||||
axis.orient,
|
||||
|
||||
Reference in New Issue
Block a user