C# 클래스 PdfRpt.VectorCharts.HorizontalBarChart

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Draw() 공개 메소드

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

HorizontalBarChart() 공개 메소드

Horizontal BarChart
public HorizontalBarChart ( ) : System
리턴 System