<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarTitle > Method >SetBarcodePrintingScale |
Sets the barcode printing scale.
Prototype :
void SetBarcodePrintingScale
(
integer BarcodePrintingScale
)
Arguments :
BarcodePrintingScale |
printing scale |
Reference :
The drawing type must be 'barcode'.
Example :
This.SetBarcodePrintingScale(50);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind