Click or drag to resize

View3DMovePoint Method

LightningChart .NET Help
Move 3D point to screen coordinate on directions based on the basis.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointDouble3D MovePoint(
	Axis3DBinding axisBinding,
	PointDouble3D startPoint,
	PointFloatXY destinationScreenCoordinate,
	MovementDimension dimension,
	bool useDIP = true
)

Parameters

axisBinding
Type: Arction.Wpf.ChartingMVVMAxis3DBinding
Tell which axises to use for moving: Primary or Secondary.
startPoint
Type: Arction.Wpf.ChartingMVVMPointDouble3D
Point with axis values.
destinationScreenCoordinate
Type: Arction.Wpf.ChartingMVVMPointFloatXY
Point in screen coordinates to which direction startPoint will be moved.
dimension
Type: Arction.Wpf.ChartingMVVMMovementDimension
Tells dimension on which to move the point.
useDIP (Optional)
Type: SystemBoolean
Use DIPs as coordinates.

Return Value

Type: PointDouble3D

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.Views.View3D.View3D.MovePoint(Arction.Wpf.ChartingMVVM.Axis3DBinding,Arction.Wpf.ChartingMVVM.PointDouble3D,Arction.Wpf.ChartingMVVM.PointFloatXY,Arction.Wpf.ChartingMVVM.MovementDimension,System.Boolean)"]

See Also