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
Syntaxpublic PointDouble3D MovePoint(
Axis3DBinding axisBinding,
PointDouble3D startPoint,
PointFloatXY destinationScreenCoordinate,
MovementDimension dimension,
bool useDIP = true
)
Public Function MovePoint (
axisBinding As Axis3DBinding,
startPoint As PointDouble3D,
destinationScreenCoordinate As PointFloatXY,
dimension As MovementDimension,
Optional useDIP As Boolean = true
) As PointDouble3D
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