Version

AddColorInterval Method

Adds a color range to the set of color definitions. The color of shapes whose color values fall within the supplied range is defined on a gradient between StartColor and EndColor. Be sure to define the ColorValueLabel property.
Syntax
'Declaration
 
Public Sub AddColorInterval( _
   ByVal StartValue As Double, _
   ByVal StartColor As Color, _
   ByVal EndValue As Double, _
   ByVal EndColor As Color _
) 
public void AddColorInterval( 
   double StartValue,
   Color StartColor,
   double EndValue,
   Color EndColor
)

Parameters

StartValue
start of range
StartColor
color at the start of the range
EndValue
end of range
EndColor
color at the end of range
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also