增加折线图和柱形图的tooltip

This commit is contained in:
monitor1394
2019-03-12 08:10:25 +08:00
parent c367caf5bd
commit 539468903d
12 changed files with 4092 additions and 1286 deletions

View File

@@ -44,9 +44,9 @@ namespace xcharts
base.Update();
}
protected override void OnPopulateMesh(VertexHelper vh)
protected override void DrawChart(VertexHelper vh)
{
base.OnPopulateMesh(vh);
base.DrawChart(vh);
UpdatePieCenter();
float totalDegree = 360;
float startDegree = 0;