Resets all transformation parameters to their default values.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public void ResetTransformation()
Visual Basic
Public Sub ResetTransformation

Remarks

The transformation parameters that are reset include Xscale, Yscale, RotationX, RotationY, RotationZ, Perspective, ViewportScale, ViewPortHorizontalShift, and ViewportVerticalShift.

See Also