$_showLegendKey $_showLegendKey : boolean show legend key Specifies that legend keys should be shown in data labels Type boolean
$_showVal $_showVal : boolean show value Specifies that the value should be shown in a data label. Type boolean
$_showCatName $_showCatName : boolean show category name Specifies that the category name should be shown in the data label. Type boolean
$_showSerName $_showSerName : boolean show data series name Specifies that the series name should be shown in the data label. Type boolean
$_showPercent $_showPercent : boolean show percentage Specifies that the percentage should be shown in the data label. Type boolean
$_showLeaderLines $_showLeaderLines : boolean show leader lines Specifies that leader lines should be shown for the data label. Type boolean
setShowLegendKey() setShowLegendKey(boolean $value) Set show legend key Specifies that legend keys should be shown in data labels. Parameters boolean $value Show legend key
setShowVal() setShowVal(boolean $value) Set show val Specifies that the value should be shown in data labels. Parameters boolean $value Show val
setShowCatName() setShowCatName(boolean $value) Set show cat name Specifies that the category name should be shown in data labels. Parameters boolean $value Show cat name
setShowSerName() setShowSerName(boolean $value) Set show ser name Specifies that the series name should be shown in data labels. Parameters boolean $value Show ser name
setShowPercent() setShowPercent(boolean $value) Set show percentage Specifies that the percentage should be shown in data labels. Parameters boolean $value Show percentage
setShowBubbleSize() setShowBubbleSize(boolean $value) Set show bubble size Specifies that the bubble size should be shown in data labels. Parameters boolean $value Show bubble size
setShowLeaderLines() setShowLeaderLines(boolean $value) Set show leader lines Specifies that leader lines should be shown in data labels. Parameters boolean $value Show leader lines