This class provides data for the paint events of the Chart control.
Chart paint events arguments
Visual Basic (Declaration) | |
---|---|
Public Class ChartPaintEventArgs Inherits EventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ChartPaintEventArgs : EventArgs |
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.
System.Object
System.EventArgs
Dundas.Charting.WinControl.ChartPaintEventArgs
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