C-DEngine 5.105

ICDEChartsFactory..::..AddPointToSeries Method

Adds a new poit to a series of a chart

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

Syntax


bool AddPointToSeries(
	string pName,
	string pX,
	double point
)
Function AddPointToSeries ( _
	pName As String, _
	pX As String, _
	point As Double _
) As Boolean
bool^ AddPointToSeries(
	String^ pName, 
	String^ pX, 
	double^ point
)

Parameters

pName
Type: String
Name of the series
pX
Type: String
XLabel of the point
point
Type: Double
Value of the point

Return Value