Dundas Chart for ASP.NET
Paint Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Annotation Class : Paint Method


chart
Reference to the annotation's Chart control owner.
Reference to the annotation's Chart control owner.
graphics
A ChartGraphics object used to paint the annotation object.
A ChartGraphics object used to paint the annotation object.
Enterprise Only Feature. Paints the annotation object using the specified graphics.
Paints the annotation object using the specified graphics.

Syntax

Visual Basic (Declaration)  
Public MustOverride Sub Paint( _
   ByVal chart As Chart, _
   ByVal graphics As ChartGraphics _
) 
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim chart As Chart
Dim graphics As ChartGraphics
 
instance.Paint(chart, graphics)
C#  
public abstract void Paint( 
   Chart chart,
   ChartGraphics graphics
)

Parameters

chart
Reference to the annotation's Chart control owner.
Reference to the annotation's Chart control owner.
graphics
A ChartGraphics object used to paint the annotation object.
A ChartGraphics object used to paint the annotation object.

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.