C# Класс PieChart, iTextSharpExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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