C# Class PdfRpt.VectorCharts.PieChart

Draws a PieChart.
Inheritance: IVectorChart
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
Draw ( ) : Image

Draws a PieChart. This method returns a vector image which can be painted on a table's cell or part of a page.

PieChart ( ) : System

PieChart

Private Methods

Method Description
calculateSegmentsAngles ( ) : void
createTemplate ( ) : void
drawArea ( ) : void
drawCircle ( ) : void
drawLabel ( PieChartSegment segment ) : void
drawSegment ( PieChartSegment segment ) : void
drawSegments ( ) : void
drawWideSegment ( PieChartSegment segment ) : void
getMaxTextHeight ( ) : float
getMaxTextWidth ( ) : float
initValues ( ) : void
restoreStates ( ) : void
sanityCheck ( ) : void
setDefaults ( ) : void

Method Details

Draw() public method

Draws a PieChart. This method returns a vector image which can be painted on a table's cell or part of a page.
public Draw ( ) : Image
return Image

PieChart() public method

PieChart
public PieChart ( ) : System
return System