DundasWinExtensions
ClearColorRanges Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > WaferChartType Class : ClearColorRanges Method


series
Series which color colorRanges custom attribute to be clean of
Static method to clean color range custom attribute of Series

Syntax

Visual Basic (Declaration)  
Public Shared Sub ClearColorRanges( _
   ByVal series As Series _
) 
Visual Basic (Usage) Copy Code
Dim series As Series
 
WaferChartType.ClearColorRanges(series)
C#  
public static void ClearColorRanges( 
   Series series
)

Parameters

series
Series which color colorRanges custom attribute to be clean of

Exceptions

Exception Description
ArgumentNullException Thrown when series parameter is null.

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

© 2009 All Rights Reserved.