<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetGapFromPieToSideLabel |
Sets the gap between the pie chart area and data labels.
Prototype :
void SetGapFromPieToSideLabel
(
float GapFromPieToSideLabel
)
Arguments :
GapFromPieToSideLabel |
Gap from pie to side label |
Example :
This.SetGapFromPieToSideLabel(30);
Available Events :
OnBind, OnEndBind, OnInitialize, OnStartBind