C-DEngine 5.105

TheChartFactory..::..AddPointToSeries Method

Adds new points to the chart info

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

Syntax


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

Parameters

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

Return Value