C-DEngine 5.105

ICDEChartsFactory..::..AddChartData Method

Enables the Chart Factory to add chart data.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool AddChartData(
	TheChartData pData
)
Function AddChartData ( _
	pData As TheChartData _
) As Boolean
bool^ AddChartData(
	TheChartData^ pData
)

Parameters

pData
Type: nsCDEngine.ViewModels..::..TheChartData
The chart data data.

Return Value

true if the factory used this method, it should return true and AddPointToSeries will not be called, false otherwise.