C# 클래스 PdfRpt.VectorCharts.VerticalBarChart

Draws a Vertical BarChart.
상속: IVectorChart
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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
리턴 Image

VerticalBarChart() 공개 메소드

Vertical BarChart
public VerticalBarChart ( ) : System
리턴 System