PHP 클래스 HorizontalGroupedBarGraph, GotCms

상속: extends HorizontalBarGraph
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$legend_reverse
$multi_graph

공개 메소드들

메소드 설명
Values ( $values ) construct multigraph

보호된 메소드들

메소드 설명
Draw ( )
GetHorizontalCount ( ) Find the longest data set
GetKey ( $index ) Returns the key from the MultiGraph
GetLongestKey ( ) Return the longest of all keys
GetMaxKey ( ) Returns the maximum key from the MultiGraph
GetMaxValue ( ) Returns the maximum (stacked) value
GetMinKey ( ) Returns the minimum key from the MultiGraph
GetMinValue ( ) Returns the minimum (stacked) value
LabelAdjustment ( $longest_v = 1000, $longest_h = 100 ) Overload to measure keys

메소드 상세

Draw() 보호된 메소드

protected Draw ( )

GetHorizontalCount() 보호된 메소드

Find the longest data set
protected GetHorizontalCount ( )

GetKey() 보호된 메소드

Returns the key from the MultiGraph
protected GetKey ( $index )

GetLongestKey() 보호된 메소드

Return the longest of all keys
protected GetLongestKey ( )

GetMaxKey() 보호된 메소드

Returns the maximum key from the MultiGraph
protected GetMaxKey ( )

GetMaxValue() 보호된 메소드

Returns the maximum (stacked) value
protected GetMaxValue ( )

GetMinKey() 보호된 메소드

Returns the minimum key from the MultiGraph
protected GetMinKey ( )

GetMinValue() 보호된 메소드

Returns the minimum (stacked) value
protected GetMinValue ( )

LabelAdjustment() 보호된 메소드

Overload to measure keys
protected LabelAdjustment ( $longest_v = 1000, $longest_h = 100 )

Values() 공개 메소드

construct multigraph
public Values ( $values )

프로퍼티 상세

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

protected $legend_reverse

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

protected $multi_graph