[]
Mouse event arguments
public sealed class GraphMouseEventArgs : EventArgs
Name | Description |
---|---|
GraphMouseEventArgs(ISharpGraph, ShapeArea, Point, bool, int) |
Name | Description |
---|---|
Graph | Gets the graph |
IsLeftMouseButton | Gets mouse event button state |
PointIndex | Gets the point index if the mouse event occured on the data series |
ShapeArea | Gets Shape Area on which mouse event occured on |
SourcePoint | Gets source point on which mouse event occured on |
UserPoint | Gets user point on which mouse event occured on |