C# 클래스 PieChart, iTextSharpExtensions

파일 보기 프로젝트 열기: KunleSmart/iTextSharpExtensions 1 사용 예제들

공개 메소드들

메소드 설명
PieChart ( double svalues, string scaptions ) : System

Expects chart values and captions for the chart

PieChart ( double svalues, string scaptions, BaseColor schartcolors ) : System

Expects chart values, captions and colors for the chart

PieChart ( double svalues, string scaptions, System schartcolors ) : System

Expects chart values, captions and colors for the chart

비공개 메소드들

메소드 설명
CalculateAngles ( ) : void
DoubleToFloat ( System c ) : BaseColor

메소드 상세

PieChart() 공개 메소드

Expects chart values and captions for the chart
public PieChart ( double svalues, string scaptions ) : System
svalues double chart values
scaptions string captions (label) for the various segments in order of values
리턴 System

PieChart() 공개 메소드

Expects chart values, captions and colors for the chart
public PieChart ( double svalues, string scaptions, BaseColor schartcolors ) : System
svalues double chart values
scaptions string captions (label) for the various segments in order of values
schartcolors iTextSharp.text.BaseColor colors to be used for the charts in order of values and captions
리턴 System

PieChart() 공개 메소드

Expects chart values, captions and colors for the chart
public PieChart ( double svalues, string scaptions, System schartcolors ) : System
svalues double chart values
scaptions string captions (label) for the various segments in order of values
schartcolors System colors to be used for the charts in order of values and captions
리턴 System