增加数据更新接口UpdateData

This commit is contained in:
monitor1394
2019-03-16 07:49:36 +08:00
parent e62a3775eb
commit 11931e6350
6 changed files with 76 additions and 43 deletions

View File

@@ -28,7 +28,7 @@ namespace xcharts
protected override void DrawChart(VertexHelper vh)
{
base.DrawChart(vh);
if(yAxis.type == AxisType.category)
if (yAxis.type == AxisType.category)
{
int seriesCount = seriesList.Count;
float scaleWid = coordinateHig / (yAxis.splitNumber - 1);