ASP.NET Pack Programmer's Guide
Point3D.scale Method
See Also
 





Scales the point's coordinates by specified scale factor.

Namespace: MindFusion.Charting
Package: Point3D.js

 Syntax

JavaScript  Copy Code

function scale (scale)

 Parameters

scale

A number value by which to multiply point's coordinates.

 Return Value

A Point3D containing scaled coordinates.

 See Also

Point3D Members
Point3D Class
MindFusion.Charting Namespace