C# Class PdfContentByteExtensions, iTextSharpExtensions

Datei anzeigen Open project: KunleSmart/iTextSharpExtensions

Public Methods

Method Description
DrawPieChart ( this canvas, PieChart, chart, float x0, float y0, float r = 50f, Font font = null, bool showCaption = true ) : void

Method Details

DrawPieChart() public static method

public static DrawPieChart ( this canvas, PieChart, chart, float x0, float y0, float r = 50f, Font font = null, bool showCaption = true ) : void
canvas this
chart PieChart,
x0 float
y0 float
r float
font Font
showCaption bool
return void