<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabHeader > Method >SetDrawingType |
Sets the drawing type.
Prototype :
void SetDrawingType
(
string DrawingType
)
Arguments :
DrawingType |
refer to DrawingTypeConst |
Example :
//string
This.SetDrawingType("Image");
//constant
This.SetDrawingType(DrawingTypeConst.Image);
Available Events :
OnBind, OnEndBind, OnInitialize, OnStartBind
See also :