ChartDataAddColumn

<< Click to Display Table of Contents >>

Navigation:  Charts >

ChartDataAddColumn

Previous pageReturn to chapter overviewNext page

[VCL only]

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

method void VPE.ChartDataAddColumn(

pointer hData

)

pointer hData

handle to ChartData object