ChartPro can display the chart in your application window, or it can print the chart to your application specified device context. Your application specifies the dimension and location of the chart. ChartPro can also return the chart in a bitmap or metafile format.
New in version 2.5, ChartPro can also save the generated charts to a jpeg, bmp or metafile formats without displaying them on the screen. This feature provides an efficient method of generating charts to include in a web page. This feature is available for C/C++, Visual Basic, or any language which can interface with a DLL.
-
Bar Charts: The bar charts efficiently render graphics for discreet value and position data.
-
Pie Charts: The pie charts are suitable for displaying various components of a whole entity.
-
Line/Area Charts: The line/area charts display a continuous stream of value and position data.
-
High/Low Charts: The high/low charts are suitable for displaying project schedules and stock prices.
-
XYZ Point Charts: The XYZ Point charts are suitable for displaying values that have x, y, and z components.