| Return Type | Function name | Arguments |
|---|---|---|
| hdsChartStd* | hdsChartStd::hdsChartStd | (hdsApp*,) |
Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp
Function Logic:
Function body:
hdsChartStd* hdsChartStd::hdsChartStd (hdsApp* pApp)
{
InitVE(pApp) ;
m_nMinY = m_nMaxY = m_nMinX = m_nMaxX = 0;
m_origX = m_origY = 0;
}