[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.GraphMouseEventArgs

GraphMouseEventArgs Class

Mouse event arguments

Inheritance
GraphMouseEventArgs
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public sealed class GraphMouseEventArgs : EventArgs

Constructors

Name Description
GraphMouseEventArgs(ISharpGraph, ShapeArea, Point, bool, int)

Properties

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