menu

UWP

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

    Show / Hide Table of Contents

    Class ChartTransform.ChartTransform3D

    Represents a ChartTransform3D class implementation.

    Inheritance
    System.Object
    ChartTransform.ChartTransform3D
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartTransform3D : Object, IChartTransformer

    Constructors

    ChartTransform3D(Size)

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

    Properties

    Centered

    Gets or sets the centered matrix.

    Declaration
    public Matrix3D Centered { get; set; }
    Property Value
    Type
    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
    Windows.Foundation.Size

    Methods

    DegreeToRadianConverter(Double)

    Declaration
    protected double DegreeToRadianConverter(double degree)
    Parameters
    Type Name Description
    System.Double degree
    Returns
    Type
    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
    Windows.Foundation.Point point

    The point.

    Polygon3D plane

    The plane.

    Returns
    Type
    Vector3D

    ToScreen(Vector3D)

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

    The vector3d.

    Returns
    Type
    Windows.Foundation.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
    Windows.Foundation.Point

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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