C# 클래스 PdfRpt.VectorCharts.PieChart

Draws a PieChart.
상속: IVectorChart
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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
리턴 Image

PieChart() 공개 메소드

PieChart
public PieChart ( ) : System
리턴 System