<< Click to Display Table of Contents >> VpeChartDataAddGap |
Adds a gap to the data. This is especially useful for line charts in case a data value is missing. If you would add a zero, the line would be drawn to the zero-value, but this wouldn’t reflect, that there is NO value.
void VpeChartDataAddGap(
VpeHandle hDoc,
VpeHandle hData,
int column
)
VpeHandle hDoc
Document Handle
VpeHandle hData
handle of ChartData object
int column
the column where to add the gap