PHP Class MultiRadarGraph, GotCms

Inheritance: extends RadarGraph
Mostra file Open project: gotcms/gotcms

Protected Properties

Property Type Description
$multi_graph

Public Methods

Method Description
Draw ( )
Values ( $values ) construct multigraph

Protected Methods

Method Description
AddLineStyle ( $style, $fill_style )
CheckValues ( &$values ) Slightly less restrictive than the radar graph
DrawLegendEntry ( $set, $x, $y, $w, $h ) Return line and marker for legend
GetHorizontalCount ( ) The horizontal count is reduced by one
GetKey ( $index ) Returns the key from the MultiGraph
GetMaxKey ( )
GetMaxValue ( ) Returns the maximum value
GetMinKey ( )
GetMinValue ( ) Returns the minimum value

Method Details

AddLineStyle() protected method

protected AddLineStyle ( $style, $fill_style )

CheckValues() protected method

Slightly less restrictive than the radar graph
protected CheckValues ( &$values )

Draw() public method

public Draw ( )

DrawLegendEntry() protected method

Return line and marker for legend
protected DrawLegendEntry ( $set, $x, $y, $w, $h )

GetHorizontalCount() protected method

The horizontal count is reduced by one
protected GetHorizontalCount ( )

GetKey() protected method

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

GetMaxKey() protected method

protected GetMaxKey ( )

GetMaxValue() protected method

Returns the maximum value
protected GetMaxValue ( )

GetMinKey() protected method

protected GetMinKey ( )

GetMinValue() protected method

Returns the minimum value
protected GetMinValue ( )

Values() public method

construct multigraph
public Values ( $values )

Property Details

$multi_graph protected_oe property

protected $multi_graph