修复TooltipCrossAxisIndicatorLabel可能不显示的问题 (#315)

This commit is contained in:
monitor1394
2024-06-11 08:11:27 +08:00
parent 3b9af0f8ec
commit 549ee43a37
4 changed files with 19 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ namespace XCharts.Runtime
public int order { get; internal set; }
public BaseChart chart { get; internal set; }
public ComponentHandlerAttribute attribute { get; internal set; }
public bool inited { get; internal set; }
public virtual void InitComponent() { }
public virtual void RemoveComponent() { }