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


controlSrc
A WebControl that represents the source control with properties to be copied to the Web server control that this method is called from.
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.

Syntax

Visual Basic (Declaration)  
Public Sub CopyBaseAttributes( _
   ByVal controlSrc As WebControl _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim controlSrc As WebControl
 
instance.CopyBaseAttributes(controlSrc)
C#  
public void CopyBaseAttributes( 
   WebControl controlSrc
)

Parameters

controlSrc
A WebControl that represents the source control with properties to be copied to the Web server control that this method is called from.

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.