<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetShowEmptyChart |
Specify whether to show the empty chart.
Prototype :
void SetShowEmptyChart
(
bool ShowEmptyChart
)
Arguments :
ShowEmptyChart |
set to true to show |
Reference :
To show the empty chart, the repeat count of the data band having the chart should be larger than zero.
Example :
This.SetShowEmptyChart(true);
Available Events :
OnBind, OnInitialize, OnStartBind