<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > Method >SetBarcodeStyle |
Gets the barcode style.
Prototype :
void SetBarcodeStyle
(
string BarcodeStyle
)
Arguments :
BarcodeStyle |
refer to BarcodeStyleConst |
Reference :
The drawing type must be 'barcode'.
Example :
//string
This.SetBarcodeStyle("CODABAR");
//constant
This.SetBarcodeStyle(BarcodeStyleConst.CODABAR);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :