C# Class PdfRpt.VectorCharts.HorizontalBarChart

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

Public Methods

Method Description
Draw ( ) : Image

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

HorizontalBarChart ( ) : System

Horizontal BarChart

Private Methods

Method Description
addMarkerLineToChart ( float x1 ) : void
addMarkerTextToChart ( float x1, double xAxisValue ) : void
createTemplate ( ) : void
drawArea ( ) : void
drawHorizontalBar ( float top, BarChartItem item ) : float
drawHorizontalLabel ( float top, BarChartItem item, float barValue ) : void
drawSegments ( ) : void
drawVerticalGrid ( float x1 ) : void
drawXAxis ( ) : void
drawXYAxis ( ) : void
drawYAxis ( ) : void
drawYAxisLabel ( float top, BarChartItem item ) : void
drawYAxisLine ( ) : void
getTextHeight ( string text ) : float
getTextWidth ( string text ) : float
initValues ( ) : void
restoreStates ( ) : void
sanityCheck ( ) : void
setDefaults ( ) : void

Method Details

Draw() public method

Draws a Horizontal 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

HorizontalBarChart() public method

Horizontal BarChart
public HorizontalBarChart ( ) : System
return System