增加MainComponent的order设置执行优先级

This commit is contained in:
monitor1394
2024-01-11 22:34:18 +08:00
parent 318bdcb1f2
commit 29e9593179
3 changed files with 8 additions and 2 deletions

View File

@@ -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; }