.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class : SecondaryColor Property
SecondaryColor Property (Element)
Gets or sets this element's secondary color.
Syntax
'Declaration
 
Public Property SecondaryColor As Color
'Usage
 
Dim instance As Element
Dim value As Color
 
instance.SecondaryColor = value
 
value = instance.SecondaryColor
public Color SecondaryColor {get; set;}
Remarks
The secondary color is used with financial series types to indicate that the closing price (dotnetCHARTING.Element.Close) is lower than the opening price (dotnetCHARTING.Element.Open).
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