Dundas Chart for Windows Forms
ChartPaintEventArgs Class
Members  See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ChartPaintEventArgs Class


This class provides data for the paint events of the Chart control.


Chart paint events arguments

Object Model




Syntax

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

Remarks

A ChartPaintEventArgs argument object is used for the two painting events.

The Positioning property allows for the positioning of chart elements, and the ChartGraphics property facilitates GDI+ drawing operations.

The Chart property gives the developer access to the root Chart object, which can be used to set various properties of the chart.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dundas.Charting.WinControl.ChartPaintEventArgs

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.