ActiveReports 8
GraphMouseEventArgs Class
Members  See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : GraphMouseEventArgs Class

Glossary Item Box

Represents the properties of the mouse event arguments for the chart.

Object Model

GraphMouseEventArgs Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class GraphMouseEventArgs 
   Inherits System.Windows.Forms.MouseEventArgs
C# 
public sealed class GraphMouseEventArgs : System.Windows.Forms.MouseEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.Forms.MouseEventArgs
         GrapeCity.ActiveReports.Chart.GraphMouseEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also