<< Click to Display Table of Contents >> VpeChartDataAddRow |
Resizes the internal data table of the ChartData object specified in the Parameter hData, so it can hold one more new row per column. This is especially useful if you don’t know in advance, how many rows the ChartData data table will have and you need to add rows while querying your data source (or database).
void VpeChartDataAddRow(
VpeHandle hDoc,
VpeHandle hData,
)
VpeHandle hDoc
Document Handle
VpeHandle hData
handle of ChartData object