C# Class PdfRpt.VectorCharts.VerticalBarChart

Draws a Vertical BarChart.
Inheritance: IVectorChart
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
Draw ( ) : Image

Draws a Vertical BarChart. This method returns a vector image which can be painted on a table's cell or part of a page.

VerticalBarChart ( ) : System

Vertical BarChart

Private Methods

Method Description
addMarkerLineToChart ( float y1 ) : void
addMarkerTextToChart ( float y1, double yAxisValue ) : void
createTemplate ( ) : void
drawArea ( ) : void
drawHorizontalGrid ( float y1 ) : void
drawSegments ( ) : void
drawVerticalBar ( float left, BarChartItem item ) : float
drawVerticalBarLabel ( float left, BarChartItem item, float barValue ) : void
drawXAxis ( ) : void
drawXAxisLabel ( float left, BarChartItem item ) : void
drawXYAxis ( ) : void
drawYAxis ( ) : void
drawYAxisLine ( ) : void
getTextWidth ( string text ) : float
initValues ( ) : void
restoreStates ( ) : void
sanityCheck ( ) : void
setDefaults ( ) : void

Method Details

Draw() public method

Draws a Vertical BarChart. This method returns a vector image which can be painted on a table's cell or part of a page.
public Draw ( ) : Image
return Image

VerticalBarChart() public method

Vertical BarChart
public VerticalBarChart ( ) : System
return System