WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTransform.ChartTransform3D - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartTransform.ChartTransform3D

    Represents a ChartTransform3D class implementation.

    Inheritance
    System.Object
    ChartTransform.ChartTransform3D
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartTransform3D : IChartTransformer

    Constructors

    ChartTransform3D(Size)

    Declaration
    public ChartTransform3D(Size viewPort)
    Parameters
    Type Name Description
    System.Windows.Size viewPort

    Properties

    Centered

    Gets or sets the centered matrix.

    Declaration
    public Matrix3D Centered { get; set; }
    Property Value
    Type Description
    Matrix3D

    Result

    Gets the result matrix.

    Declaration
    public Matrix3D Result { get; }
    Property Value
    Type Description
    Matrix3D

    The result.

    View

    Gets or sets the view matrix.

    Declaration
    public Matrix3D View { get; set; }
    Property Value
    Type Description
    Matrix3D

    The view.

    Viewport

    Declaration
    public Size Viewport { get; }
    Property Value
    Type Description
    System.Windows.Size

    Methods

    DegreeToRadianConverter(Double)

    Declaration
    protected double DegreeToRadianConverter(double degree)
    Parameters
    Type Name Description
    System.Double degree
    Returns
    Type Description
    System.Double

    ToPlane(Point, Polygon3D)

    Returns the intercept point of mouse ray with the specified plane.

    Declaration
    public Vector3D ToPlane(Point point, Polygon3D plane)
    Parameters
    Type Name Description
    System.Windows.Point point

    The point.

    Polygon3D plane

    The plane.

    Returns
    Type Description
    Vector3D

    ToScreen(Vector3D)

    Declaration
    public Point ToScreen(Vector3D vector3D)
    Parameters
    Type Name Description
    Vector3D vector3D

    The vector3d.

    Returns
    Type Description
    System.Windows.Point

    TransformToVisible(Double, Double)

    Method used to get the visible transform points.

    Declaration
    public Point TransformToVisible(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    Returns
    Type Description
    System.Windows.Point

    See Also

    Syncfusion.UI.Xaml.Charts.IChartTransformer
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved