dotnetCHARTING Send comments on this topic.
SecondaryColor Property
See Also 
dotnetCHARTING Namespace > Element Class : SecondaryColor Property



Gets or sets this element's secondary color.

Syntax

Visual Basic (Declaration) 
Public Property SecondaryColor As Color
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Color
 
instance.SecondaryColor = value
 
value = instance.SecondaryColor
C# 
public Color SecondaryColor {get; set;}
C++/CLI 
public:
property Color SecondaryColor {
   Color get();
   void set (Color value);
}

Remarks

The secondary color is used with financial series types to indicate that the closing price (Close) is lower than the opening price (Open).

See Also