User (Legacy) Posted August 26, 2002 Report Share Posted August 26, 2002 To whom that can help: Can anyone help me to draw a Constant line in Visual C++? Thanks in advance, Bobby Paint2CDC.bmp Link to comment Share on other sites More sharing options...
Software FX Posted August 26, 2002 Report Share Posted August 26, 2002 Here is how: m_pChartFX->OpenDataEx(COD_CONSTANTS,n,0); m_pChartFX->ConstantLine->Item[0]->Value = <value(1)>; m_pChartFX->ConstantLine->Item[1]->Value = <value(2)>; ... m_pChartFX->ConstantLine->Item[n-1]->Value = <value(n-1)>; m_pChartFX->CloseData(COD_CONSTANTS); -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.