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