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


chart
Reference to the Chart control that owns the annotation.
Reference to the Chart control that owns the annotation.
graphics
A ChartGraphics object, used to paint the annotation object.
A ChartGraphics TODO HYPERLINK PROPERLY used to paint annotation object.
Enterprise Only Feature. Paints the annotation object on the specified graphics.
Paints the annotation object on 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 Border3DAnnotation
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 that owns the annotation.
Reference to the Chart control that owns the annotation.
graphics
A ChartGraphics object, used to paint the annotation object.
A ChartGraphics TODO HYPERLINK PROPERLY used to paint 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.