Specifies the line color for this node.

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

Syntax

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

Field Value

A Color which contains the "LineColor" attribute value.

Remarks

By default, LineColor = Color.Black.

See Also