You are here: Start » AVL.NET » GoPointPlot Constructor

GoPointPlot Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public GoPointPlot
(
	float xOffset,
	float xScale,
	float yOffset,
	float yScale,
	IList<AvlNet.Point2D> values
)

Parameters

Name Type Range Default Description
xOffsetfloat
xScalefloat
yOffsetfloat
yScalefloat
valuesSystem.Collections.Generic.IList<AvlNet.Point2D>

See also