DundasWinExtensions
SetAutoColors(Series,Color,Color) Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > WaferChartType Class > SetAutoColors Method : SetAutoColors(Series,Color,Color) Method


series
Wafer series
colorFrom
Set Color from, White color by default
colorTo
Set Color to, Black color by default
Set AutoColors custom attribute to use auto generated colors for data points depending on their Y values.

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub SetAutoColors( _
   ByVal series As Series, _
   ByVal colorFrom As Color, _
   ByVal colorTo As Color _
) 
Visual Basic (Usage) Copy Code
Dim series As Series
Dim colorFrom As Color
Dim colorTo As Color
 
WaferChartType.SetAutoColors(series, colorFrom, colorTo)
C#  
public static void SetAutoColors( 
   Series series,
   Color colorFrom,
   Color colorTo
)

Parameters

series
Wafer series
colorFrom
Set Color from, White color by default
colorTo
Set Color to, Black color by default

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.