Gets or sets PieSeriesDrawingStyle which represents series elements drawing style.

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

Syntax

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

See Also