<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetGapFromChartToLegend |
Sets the gap between chart and legend.
Prototype :
void SetGapFromChartToLegend
(
float GapFromChartToLegend
)
Arguments :
GapFromChartToLegend |
gap between chart and legend |
Example :
This.SetGapFromChartToLegend(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind