[feature][pie] support onPointerEnterPie

This commit is contained in:
monitor1394
2022-09-02 08:33:34 +08:00
parent 8bd0c23e19
commit a44eca0f91
4 changed files with 23 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ namespace XCharts.Runtime
protected Action<VertexHelper, Serie> m_OnDrawSerieBefore;
protected Action<VertexHelper, Serie> m_OnDrawSerieAfter;
protected Action<PointerEventData, int, int> m_OnPointerClickPie;
protected Action<int, int> m_OnPointerEnterPie;
protected Action<PointerEventData, int> m_OnPointerClickBar;
protected Action<Axis, double> m_OnAxisPointerValueChanged;
protected Action<Legend, int, string, bool> m_OnLegendClick;