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