PHP 클래스 StackedBarGraph, GotCms

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

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
BarLabel ( $value, &$bar, $offset_y = null ) Overridden to prevent drawing behind higher bars $offset_y should be true for inner bars
Draw ( )
GetHorizontalCount ( ) Find the longest data set
GetKey ( $index ) Returns the key from the MultiGraph
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

메소드 상세

BarLabel() 보호된 메소드

Overridden to prevent drawing behind higher bars $offset_y should be true for inner bars
protected BarLabel ( $value, &$bar, $offset_y = null )

Draw() 보호된 메소드

protected Draw ( )

GetHorizontalCount() 보호된 메소드

Find the longest data set
protected GetHorizontalCount ( )

GetKey() 보호된 메소드

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

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 ( )

Values() 공개 메소드

construct multigraph
public Values ( $values )

프로퍼티 상세

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

protected $legend_reverse

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

protected $multi_graph