Dundas Chart for ASP.NET
ChartPaintEventArgs Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl 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.WebControl.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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.