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


s
A Style that represents the style to be copied.
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.

Syntax

Visual Basic (Declaration)  
Public Sub MergeStyle( _
   ByVal s As Style _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim s As Style
 
instance.MergeStyle(s)
C#  
public void MergeStyle( 
   Style s
)

Parameters

s
A Style that represents the style to be copied.

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.