Home > Software engineering >  Questions about Teechart rendering 3 d scatter plot for help
Questions about Teechart rendering 3 d scatter plot for help

Time:09-26

Tool VS2013, plug-in Teechart8.0
Code: void CPciDevelopCardDemoDlg: : OnBnClickedButton30 ()
{
Double dx1=1, dy1=5, dz1=10;

CPoint3DSeries Point3Dchart=(CPoint3DSeries) m_chart. Series (0);
Point3Dchart. AddXYZ (dx1, dy1 dz1, NULL, RGB (255, 0, 0));

}

The program compiled without problem, but the runtime click button tips "can not find members", what is the reason,

CodePudding user response:

Baidu search relevant keywords,

CodePudding user response:

Control didn't register?
In the computer, as an administrator to run CMD, and then input, for example: regsvr32. Exe F: \ TeeChart8 ocx
  • Related