Public メソッド | |
__construct (array $ydata, $legend=null) | |
addDataLabels ($pos= 'ABOVE') | |
setColor ($color) | |
Public 変数 | |
$YData | |
Y値データ配列. | |
$YDataMax | |
Y値最大値. | |
$YDataMin | |
Y値最小値. | |
$AtDataLabels = null | |
データラベルアトリビュート | |
$Legend | |
凡例文字列 | |
$XAxis | |
使用するX軸オブジェクト | |
$YAxis | |
使用するY軸オブジェクト | |
$Plot | |
使用するプロットオブジェクト |
PSGraph_data_container::__construct | ( | array $ | ydata, | |
$ | legend = null | |||
) |
constructor
ydata | Y値データ配列 | |
legend | 凡例文字列 |
PSGraph_data_container::addDataLabels | ( | $ | pos = 'ABOVE' |
) |
値ラベルを表示
pos | 位置 {ABOVE|BELOW|LEFT|RIGHT|CENTER} |
PSGraph_data_container::setColor | ( | $ | color | ) | [abstract] |
PSGraph_container_line, と PSGraph_container_barで再定義されています。
PSGraph_data_container::$AtDataLabels = null |
データラベルアトリビュート
PSGraph_data_container::$Legend |
凡例文字列
PSGraph_data_container::$Plot |
使用するプロットオブジェクト
PSGraph_data_container::$XAxis |
使用するX軸オブジェクト
PSGraph_data_container::$YAxis |
使用するY軸オブジェクト
PSGraph_data_container::$YData |
Y値データ配列.
PSGraph_data_container::$YDataMax |
Y値最大値.
PSGraph_data_container::$YDataMin |
Y値最小値.