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


Gets or sets this element's color.

Syntax

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

Remarks

This color will also trickle to this element's SmartLabel.Color property, unless specified. When this element instance is the Series.DefaultElement of a Series, this color will trickle to that series' Line.Color property, unless specified.

See Also