Gets or sets PointSeriesDrawingStyle which represents the series elements drawing style.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also