里面有两个句子,定义曲线图控件的,帮忙解释下分别定义什么的,说个大概意思谢谢。
CustomCharts.elements.XYAxis xyaxis = new CustomCharts.elements.XYAxis();
CustomCharts.elements.DisplayCtrl disctrl = new CustomCharts.elements.DisplayCtrl();
disctrl._colomnID = i - 1;
disctrl._type = CustomCharts.elements.DisplayCtrlType.SYNCLINE;//请问SYNCLINE是什么线
disctrl._xAsixType = CustomCharts.elements.XAsixType.TIME;
disctrl._OnlineFlag = onlineflag;
disctrl._type = CustomCharts.elements.DisplayCtrlType.LINE;
disctrl._xAsixType = CustomCharts.elements.XAsixType.TIME;