Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
VC++ real time curve
no vote
VC6 real-time display curves//settings under grid spacing void SetGridResolutionX(int nGridReluX); Set grid spacing void SetGridResolutionY(int nGridReluY); Sets the grid scroll speed when scrolling from left to right, 0 fixed void SetGridScrollSpeedX(int nSpeedX); Positive values scroll from top to bottom, 0 fixed void SetGridScrollSpeedY(int nSpeedY); Gridlines width void SetGridLineWidth(int nWidth); Background color void SetGridBackClr(COLORREF clr); //Lock data range void LockRang(bool bfLock = true); Lock data range void LockRang(float fMin, float fMax); Setting data void SetData(float fData); Curves color void SetLineColor(COLORREF clrLine = RGB ( 0 , 255 , 0 )); void SetLineWidth(int nWidth = 1);
gaokang126
2016-08-23
2
1
No more~