Specifies what color will be used when rendering marker.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Color MarkerColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property MarkerColor As Color
Visual C++
public:
virtual property Color MarkerColor {
	Color get ();
	void set (Color value);
}

Field Value

A Color containing the "MarkerColor" attribute value.

Remarks

By default, MarkerColor = Color.Black.

See Also