Class ChartTransform.ChartTransform3D
Represents a ChartTransform3D class implementation.
Inheritance
System.Object
ChartTransform.ChartTransform3D
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartTransform3D : Object, 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 |
---|
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 |
---|
System.Windows.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 |
---|---|---|
System.Windows.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 |
---|
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 |
---|
System.Windows.Point |
See Also
Syncfusion.UI.Xaml.Charts.IChartTransformer