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.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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.ChartingAxis3DBinding
Tell which axises to use for moving: Primary or Secondary.
startPoint
Type: Arction.Wpf.ChartingPointDouble3D
Point with axis values.
destinationScreenCoordinate
Type: Arction.Wpf.ChartingPointFloatXY
Point in screen coordinates to which direction startPoint will be moved.
dimension
Type: Arction.Wpf.ChartingMovementDimension
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.Charting.Views.View3D.View3D.MovePoint(Arction.Wpf.Charting.Axis3DBinding,Arction.Wpf.Charting.PointDouble3D,Arction.Wpf.Charting.PointFloatXY,Arction.Wpf.Charting.MovementDimension,System.Boolean)"]

See Also