Click or drag to resize

LineChartPointsToCoordinate Method

Convert a value to a coordinate point value

Namespace:  SIC.Draw
Assembly:  SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private PointF[] PointsToCoordinate(
	List<Point> pPoints
)

Parameters

pPoints
Type: System.Collections.GenericListPoint
Values

Return Value

Type: PointF
Coordinate values
See Also