TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarTitle > Method >

 

SetBarcodeScale

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarTitle > Method >

 

SetBarcodeScale

 

 

Sets the barcode scale.

 

 

 

Prototype :

 

void SetBarcodeScale

(

        float BarcodeScale

)

 

 

 

Arguments :

 

BarcodeScale

barcode scale

 

 

 

Reference :

 

The drawing type must be 'barcode'.

 

 

 

Example :

 

This.SetBarcodeScale(0);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind