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;}
C++/CLI 
public:
property ElementValue ElementValue {
   ElementValue get();
   void set (ElementValue value);
}

See Also