ChartDataAddRow

<< Click to Display Table of Contents >>

Navigation:  Charts >

ChartDataAddRow

Previous pageReturn to chapter overviewNext page

[VCL only]

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).

method void VPE.ChartDataAddRow(

pointer hData

)

pointer hData

handle to ChartData object