.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SmartColor Class : ColorSecondary Property
ColorSecondary Property
Gets or sets a secondary Color object. When set, it will represent the high range of the specified ScaleRange coloring elements based on a gradient from ScaleRange.Low/SmartColor.Color to ScaleRange.High/SmartColor.SecondaryColor.
Syntax
'Declaration
 
Public Property ColorSecondary As Color
'Usage
 
Dim instance As SmartColor
Dim value As Color
 
instance.ColorSecondary = value
 
value = instance.ColorSecondary
public Color ColorSecondary {get; set;}
Example
Requirements

Target Platforms: 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