Click or drag to resize

LinearChartAddPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Add the value's point

Namespace:  imbSCI.Graph.Graphics.SvgChart
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void AddPoint(
	SVGPoint _point
)
Request Example View Source

Parameters

_point
Type: imbSCI.Graph.Graphics.SvgDocumentSVGPoint
SVGObject.point
See Also