ChartDirector 7.1 (C++ Edition)

Controls


This section describes controls and libraries for displaying charts and handling user interactions.

In this section

CChartViewer
(Windows edition only) An MFC Control for displaying charts and handling mouse interactions. It is derived from ViewPortManager.

QChartViewer
A Qt widget for displaying charts and handling mouse interactions. It is derived from ViewPortManager.

CViewPortControl
(Windows edition only) An MFC Control for visualizing and manipulating the CChartViewer viewport. It is derived from ViewPortControlBase.

QViewPortControl
A Qt widget for visualizing and manipulating the QChartViewer viewport. It is derived from ViewPortControlBase.

ImageMapHandler
A utility class to handle image maps. This utility is GUI framework neutral. (It does not depends on any GUI framework.) It determines if a given point is on a hot spot and retrieves the hot spot parameters.

ViewPortManager
A utility class to manage view ports. This utility is GUI framework neutral. (It does not depends on any GUI framework.)

ViewPortControlBase
The base class of the MFC CViewPortControl and Qt QViewPortControl. This class is GUI framework neutral. (It does not depends on any GUI framework.)