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


chart
Reference to the Chart control.
Reference to the Chart control.
graphics
A ChartGraphics object, used to paint the annotation object.
A ChartGraphics object, used to paint the annotation object.
 Paints an annotation object using the specified graphics.
Paints an annotation object using the specified graphics.

Syntax

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

Parameters

chart
Reference to the Chart control.
Reference to the Chart control.
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.