프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$marker | |||
$outline |
메소드 | 설명 | |
---|---|---|
__clone ( ) : mixed | ||
__construct ( string $title = 'Series Title', array $values = [] ) | Create a new \PhpOffice\PhpPresentation\Shape\Chart\Series instance | |
addValue ( mixed $key, mixed $value ) : |
Add Value | |
getDataPointFill ( integer $dataPointIndex ) : PhpOffice\PhpPresentation\Style\Fill | Get DataPointFill | |
getDataPointFills ( ) : PhpOffice\PhpPresentation\Style\Fill[] | Get DataPointFills | |
getDlblNumFormat ( ) : string | Get Data Label NumFormat | |
getFill ( ) : PhpOffice\PhpPresentation\Style\Fill | Get Fill | |
getFont ( ) : |
Get font | |
getHashCode ( ) : string | Get hash code | |
getHashIndex ( ) : string | Get hash index | |
getLabelPosition ( ) : string | Get label position | |
getMarker ( ) : |
||
getOutline ( ) : |
||
getTitle ( ) : string | Get Title | |
getValues ( ) : array | Get Values | |
hasDlblNumFormat ( ) : string | Has Data Label NumFormat | |
hasShowCategoryName ( ) : boolean | Get ShowCategoryName | |
hasShowLeaderLines ( ) : boolean | Get ShowLeaderLines | |
hasShowPercentage ( ) : boolean | Get ShowPercentage | |
hasShowSeriesName ( ) : boolean | Get ShowSeriesName | |
hasShowValue ( ) : boolean | Get ShowValue | |
setDlblNumFormat ( string $value = '' ) : |
Set Data Label NumFormat | |
setFill ( PhpOffice\PhpPresentation\Style\Fill $fill = null ) : |
Set Fill | |
setFont ( |
Set font | |
setHashIndex ( string $value ) : |
Set hash index | |
setLabelPosition ( string $value ) : |
Set label position | |
setMarker ( |
||
setOutline ( |
||
setShowCategoryName ( boolean $value ) : |
Set ShowCategoryName | |
setShowLeaderLines ( boolean $value ) : |
Set ShowLeaderLines | |
setShowPercentage ( boolean $value ) : |
Set ShowPercentage | |
setShowSeriesName ( boolean $value ) : |
Set ShowSeriesName | |
setShowValue ( boolean $value ) : |
Set ShowValue | |
setTitle ( string $value = 'Series Title' ) : |
Set Title | |
setValues ( array $value = [] ) : |
Set Values |
public __construct ( string $title = 'Series Title', array $values = [] ) | ||
$title | string | Title |
$values | array | Values |
public getDataPointFill ( integer $dataPointIndex ) : PhpOffice\PhpPresentation\Style\Fill | ||
$dataPointIndex | integer | Data point index. |
리턴 | PhpOffice\PhpPresentation\Style\Fill |
public getDataPointFills ( ) : PhpOffice\PhpPresentation\Style\Fill[] | ||
리턴 | PhpOffice\PhpPresentation\Style\Fill[] |
public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill | ||
리턴 | PhpOffice\PhpPresentation\Style\Fill |
public getHashIndex ( ) : string | ||
리턴 | string | Hash index |
public hasShowCategoryName ( ) : boolean | ||
리턴 | boolean |
public setDlblNumFormat ( string $value = '' ) : |
||
$value | string | |
리턴 |
public setFill ( PhpOffice\PhpPresentation\Style\Fill $fill = null ) : |
||
$fill | PhpOffice\PhpPresentation\Style\Fill | |
리턴 |
public setFont ( |
||
$pFont | Font | |
리턴 |
public setHashIndex ( string $value ) : |
||
$value | string | Hash index |
리턴 |
public setLabelPosition ( string $value ) : |
||
$value | string | |
리턴 |
public setOutline ( |
||
$outline | ||
리턴 |
public setShowCategoryName ( boolean $value ) : |
||
$value | boolean | |
리턴 |
public setShowLeaderLines ( boolean $value ) : |
||
$value | boolean | |
리턴 |
public setShowPercentage ( boolean $value ) : |
||
$value | boolean | |
리턴 |
public setShowSeriesName ( boolean $value ) : |
||
$value | boolean | |
리턴 |
public setShowValue ( boolean $value ) : |
||
$value | boolean | |
리턴 |