Gets or sets the line type that is plotted for this chart series. Only valid if the chart type is LineChart.

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

Syntax

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

See Also