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



Gets or sets the color of this element marker.

Syntax

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

See Also