C# Class PdfRpt.VectorCharts.VerticalBarChart

Draws a Vertical BarChart.
Inheritance: IVectorChart
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat Image

VerticalBarChart() public méthode

Vertical BarChart
public VerticalBarChart ( ) : System
Résultat System