Specifies the line width for this node.

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

Syntax

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

Field Value

A double which contains the "LineWidth" attribute value.

Remarks

By default, LineWidth = 1.0.

See Also