ChartScrolledEventArgs(Point, Point) Constructor

Initializes a new instance of ChartScrolledEventArgs class.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public ChartScrolledEventArgs(
	Point aStartPoint,
	Point anEndPoint
)

Parameters

aStartPoint  Point
Starting point of scrolling.
anEndPoint  Point
End point of scrolling.

See Also