The line type of the series when drawn on the chart.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public SeriesLineType LineType { set; }
Visual Basic (Declaration)
Public WriteOnly Property LineType As SeriesLineType
Visual C++
public:
property SeriesLineType LineType {
	void set (SeriesLineType value);
}

See Also