Property | Type | Description | |
---|---|---|---|
$marker | |||
$outline |
Method | Description | |
---|---|---|
__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. |
return | PhpOffice\PhpPresentation\Style\Fill |
public getDataPointFills ( ) : PhpOffice\PhpPresentation\Style\Fill[] | ||
return | PhpOffice\PhpPresentation\Style\Fill[] |
public getDlblNumFormat ( ) : string | ||
return | string |
public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill | ||
return | PhpOffice\PhpPresentation\Style\Fill |
public getFont ( ) : |
||
return |
public getHashIndex ( ) : string | ||
return | string | Hash index |
public getLabelPosition ( ) : string | ||
return | string |
public getOutline ( ) : |
||
return |
public hasDlblNumFormat ( ) : string | ||
return | string |
public hasShowCategoryName ( ) : boolean | ||
return | boolean |
public hasShowLeaderLines ( ) : boolean | ||
return | boolean |
public hasShowPercentage ( ) : boolean | ||
return | boolean |
public hasShowSeriesName ( ) : boolean | ||
return | boolean |
public setDlblNumFormat ( string $value = '' ) : |
||
$value | string | |
return |
public setFill ( PhpOffice\PhpPresentation\Style\Fill $fill = null ) : |
||
$fill | PhpOffice\PhpPresentation\Style\Fill | |
return |
public setFont ( |
||
$pFont | Font | |
return |
public setHashIndex ( string $value ) : |
||
$value | string | Hash index |
return |
public setLabelPosition ( string $value ) : |
||
$value | string | |
return |
public setOutline ( |
||
$outline | ||
return |
public setShowCategoryName ( boolean $value ) : |
||
$value | boolean | |
return |
public setShowLeaderLines ( boolean $value ) : |
||
$value | boolean | |
return |
public setShowPercentage ( boolean $value ) : |
||
$value | boolean | |
return |
public setShowSeriesName ( boolean $value ) : |
||
$value | boolean | |
return |
public setShowValue ( boolean $value ) : |
||
$value | boolean | |
return |
protected Marker,PhpOffice\PhpPresentation\Shape\Chart $marker | ||
return |