mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 03:58:49 +00:00
增加Tooltip的Auto自动设置显示类型和触发类型
This commit is contained in:
@@ -115,5 +115,8 @@ namespace XCharts.Runtime
|
||||
public List<PointInfo> drawPoints = new List<PointInfo>();
|
||||
public SerieParams param = new SerieParams();
|
||||
public ChartLabel titleObject { get; set; }
|
||||
|
||||
public Tooltip.Type tooltipType;
|
||||
public Tooltip.Trigger tooltipTrigger;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user