mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
增加MainComponent的order设置执行优先级
This commit is contained in:
@@ -88,6 +88,7 @@ namespace XCharts.Runtime
|
||||
|
||||
public abstract class MainComponentHandler
|
||||
{
|
||||
public int order { get; internal set; }
|
||||
public BaseChart chart { get; internal set; }
|
||||
public ComponentHandlerAttribute attribute { get; internal set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user