ActiveReports.Chart Request technical support
CustomDrawEventArgs Class
See Also  Members  


Represents the properties of the custom draw event arguments for the chart.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class CustomDrawEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As CustomDrawEventArgs
C# 
public sealed class CustomDrawEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      DataDynamics.ActiveReports.Chart.CustomDrawEventArgs

See Also