<< Click to Display Table of Contents >> VpeChartDataAddColumn |
Resizes the internal data table of the ChartData object specified in the Parameter hData, and adds a new empty column. This is especially useful if you don’t know in advance, how many columns the ChartData data table will have and you need to add columns while querying your data source (or database).
void VpeChartDataAddColumn(
VpeHandle hDoc,
VpeHandle hData,
)
VpeHandle hDoc
Document Handle
VpeHandle hData
handle of ChartData object