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


series
Series which colored ranges custom attribute to be clean of
Static method to clean colored range custom attribute of Series

Syntax

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

Parameters

series
Series which colored ranges 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.