C# Class PdfRpt.VectorCharts.BarChartItem

BarChartItem
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
BarChartItem ( ) : iTextSharp.text

BarChartItem

BarChartItem ( double value, string label, BaseColor color ) : iTextSharp.text

BarChartItem

BarChartItem ( double value, string label, System color ) : iTextSharp.text

BarChartItem

Method Details

BarChartItem() public method

BarChartItem
public BarChartItem ( ) : iTextSharp.text
return iTextSharp.text

BarChartItem() public method

BarChartItem
public BarChartItem ( double value, string label, BaseColor color ) : iTextSharp.text
value double Value of the chart's item.
label string Label of the item.
color iTextSharp.text.BaseColor Color of the item.
return iTextSharp.text

BarChartItem() public method

BarChartItem
public BarChartItem ( double value, string label, System color ) : iTextSharp.text
value double Value of the chart's item.
label string Label of the item.
color System Color of the item.
return iTextSharp.text