| Line chart types | |
| Constants for line chart types |
|
RMC_LINE: A line is a line ...
RMC_AREA: A line and a closed area between the line and the (bottom) label axis. RMC_LINE_INDEXED: A line, which first value is always 100 and the following values are percentage deviations from the (absolute) first value. This type is first choice if you want to draw performance charts: Just pass the absolute values (e.g. the closing values from a stock index) as data parameter to RMC(vb)_AddLineSeries2() and let RMChart do the rest. RMC_AREA_INDEXED: Same as RMC_LINE_INDEXED, but instaed of a line an aerea is painted. |