Defined in file: hzDissemino.h
Derivative of: hdsVE
Dissemino chart base class.
Constructors/Detructors
| Default constructor | hdsChart() | Not specified in code. Default applies |
| Copy constructor | hdsChart(&) | Not specified in code. Default applies |
| Default constructor | hdsChart() | Not specified in code. Default applies |
Member Variables:
| uint32_t | m_ColorFill | Fill color | |
| uint32_t | m_ColorLine | Line color | |
| hzString | m_Font | Main text font | |
| hzString | m_Footer | Chart footer | |
| hzString | m_HdrX | Horizontal X-axis heading | |
| hzString | m_HdrY | Vertical Y-axis heading | |
| hzString | m_Header | Chart header | |
| uint16_t | m_Height | Total hieght of svg image | |
| hzString | m_Id | Unique document element id | |
| uint32_t | m_Resv | Reserved | |
| uint16_t | m_Width | Total width of svg image | |
| double | m_nMaxX | Minimum X-axis value | |
| double | m_nMaxY | Maximun Y-axis value | |
| double | m_nMinX | Minimum X-axis value | |
| double | m_nMinY | Minimum Y-axis value | |
| unsigned char | m_nPxSlotX | Number of pixels per horizontal slot | |
| unsigned char | m_nPxSlotY | Number of pixels per vertical slot | |
| unsigned char | m_nSlotsX | Number of horizontal slots | |
| unsigned char | m_nSlotsY | Number of vertical slots | |
| uint16_t | m_origX | Horizontal coord of origin (relative to diagram window) | |
| uint16_t | m_origY | Vertical coord of origin (relative to diagram window) |