dotnetCHARTING Send comments on this topic.
ColorSecondary Property
See Also 
dotnetCHARTING Namespace > SmartColor Class : 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

Visual Basic (Declaration) 
Public Property ColorSecondary As Color
Visual Basic (Usage)Copy Code
Dim instance As SmartColor
Dim value As Color
 
instance.ColorSecondary = value
 
value = instance.ColorSecondary
C# 
public Color ColorSecondary {get; set;}

Example

See Also

© 2010 All Rights Reserved.