<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetShowFigure |
Specify whether to show the fill pattern.
Prototype :
void SetShowFigure
(
bool ShowFigure
)
Arguments :
ShowFigure |
set to true to show the fill pattern |
Example :
This.SetShowFigure(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind