dotnetCHARTING Send comments on this topic.
ElementValue Property
See Also 
dotnetCHARTING Namespace > SmartColor Class : ElementValue Property


Gets or sets the ElementValue that is used with ScaleRange to determine if elements use this color.

Syntax

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

See Also