C# Класс PdfRpt.VectorCharts.HorizontalBarChart

Draws a Horizontal BarChart.
Наследование: IVectorChart
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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