Click here to Skip to main content
15,898,949 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with NTGraph Pin
Semion_N7-Jul-06 5:48
Semion_N7-Jul-06 5:48 
AnswerRe: Problem with NTGraph Pin
Justin Tay7-Jul-06 7:54
Justin Tay7-Jul-06 7:54 
GeneralRe: Problem with NTGraph Pin
Semion_N7-Jul-06 9:21
Semion_N7-Jul-06 9:21 
AnswerRe: Problem with NTGraph Pin
Semion_N8-Jul-06 3:49
Semion_N8-Jul-06 3:49 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 4:59
Justin Tay8-Jul-06 4:59 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 5:16
Semion_N8-Jul-06 5:16 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 5:33
Justin Tay8-Jul-06 5:33 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 5:42
Semion_N8-Jul-06 5:42 
I haven't tried to add the line because I totaly dont know how. I just know how to add points to the board, if you want the code of adding the points: take:
<br />
//this functions is from the BN_CLICKED event(its a button to plot point)<br />
void CGraphsXYAxisDlg::OnBnClickedButton2()<br />
{<br />
	//UpdateData(TRUE);<br />
	m_Graph.AddElement();<br />
	m_Graph.SetElementWidth(10);<br />
	m_Graph.PlotXY(X,m_Y,X);<br />
	X++;// X is public variable and I use it to set the X and to set the X and the element number.<br />
                UpdateData(FALSE);<br />
<br />
}<br />

Thank you!

SnaidiS(Semion)
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 6:07
Justin Tay8-Jul-06 6:07 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 6:19
Semion_N8-Jul-06 6:19 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 6:26
Justin Tay8-Jul-06 6:26 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 6:43
Semion_N8-Jul-06 6:43 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 7:24
Justin Tay8-Jul-06 7:24 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 8:17
Semion_N8-Jul-06 8:17 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 9:03
Justin Tay8-Jul-06 9:03 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 9:25
Semion_N8-Jul-06 9:25 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 9:32
Justin Tay8-Jul-06 9:32 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 9:44
Semion_N8-Jul-06 9:44 
QuestionExporting from a DLL Pin
Jay037-Jul-06 5:46
Jay037-Jul-06 5:46 
AnswerRe: Exporting from a DLL Pin
Zac Howland7-Jul-06 6:18
Zac Howland7-Jul-06 6:18 
QuestionUser Input Pin
Harold_Wishes7-Jul-06 5:26
Harold_Wishes7-Jul-06 5:26 
AnswerRe: User Input Pin
Zac Howland7-Jul-06 5:31
Zac Howland7-Jul-06 5:31 
GeneralRe: User Input Pin
Harold_Wishes7-Jul-06 5:51
Harold_Wishes7-Jul-06 5:51 
GeneralRe: User Input Pin
Zac Howland7-Jul-06 6:04
Zac Howland7-Jul-06 6:04 
GeneralRe: User Input Pin
Harold_Wishes7-Jul-06 7:06
Harold_Wishes7-Jul-06 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.