Click or drag to resize

DrawingBaseExtendRight Method

Extends a line to the right

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected Point ExtendRight(
	Point startPoint,
	Point endPoint
)

Parameters

startPoint
Type: System.WindowsPoint
The start point of the line
endPoint
Type: System.WindowsPoint
The end point of the line

Return Value

Type: Point
Returns the extended point. If the new point is beyond the visible range then will return the end point
See Also