PHP 클래스 HorizontalBarGraph, GotCms

상속: extends GridGraph
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$bar_styles
$flip_axes
$label_centre
$legend_reverse

보호된 메소드들

메소드 설명
Bar ( $value, &$bar ) Fills in the x-position and width of a bar
BarLabel ( $value, &$bar, $offset_x = null ) Text labels in or above the bar
Draw ( )
DrawLegendEntry ( $set, $x, $y, $w, $h ) Return box for legend
LabelAdjustment ( $longest_v = 1000, $longest_h = 100 ) Overload to flip axes

메소드 상세

Bar() 보호된 메소드

Fills in the x-position and width of a bar
protected Bar ( $value, &$bar )

BarLabel() 보호된 메소드

Text labels in or above the bar
protected BarLabel ( $value, &$bar, $offset_x = null )

Draw() 보호된 메소드

protected Draw ( )

DrawLegendEntry() 보호된 메소드

Return box for legend
protected DrawLegendEntry ( $set, $x, $y, $w, $h )

LabelAdjustment() 보호된 메소드

Overload to flip axes
protected LabelAdjustment ( $longest_v = 1000, $longest_h = 100 )

프로퍼티 상세

$bar_styles 보호되어 있는 프로퍼티

protected $bar_styles

$flip_axes 보호되어 있는 프로퍼티

protected $flip_axes

$label_centre 보호되어 있는 프로퍼티

protected $label_centre

$legend_reverse 보호되어 있는 프로퍼티

protected $legend_reverse