Moves the object to a new location
Namespace:
SharpCharts.Base.ChartObject
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public abstract void Move(
double deltaX,
double deltaY
)
Parameters
- deltaX
- Type: SystemDouble
Delta X - deltaY
- Type: SystemDouble
Delta Y
See Also