C# Class PieChart, iTextSharpExtensions

ファイルを表示 Open project: KunleSmart/iTextSharpExtensions Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CalculateAngles ( ) : void
DoubleToFloat ( System c ) : BaseColor

Method Details

PieChart() public method

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
return System

PieChart() public method

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
return System

PieChart() public method

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
return System