ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / ResetTransformation Method

In This Topic
    ResetTransformation Method
    In This Topic
    Resets all transformation parameters to their default values.
    Syntax
    'Declaration
     
    Public Sub ResetTransformation() 
    public void ResetTransformation()
    Remarks
    The transformation parameters that are reset include Xscale, Yscale, RotationX, RotationY, RotationZ, Perspective, ViewportScale, ViewPortHorizontalShift, and ViewportVerticalShift.
    See Also