TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetFitLegendLabelWidth

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetFitLegendLabelWidth

 

 

Enable or disable to fit the width of the legend labels.

 

 

 

Prototype :

 

void SetFitLegendLabelWidth

(

        bool FitLegendLabelWidth

)

 

 

 

Arguments :

 

FitLegendLabelWidth

set to true to enable

 

 

 

Example :

 

This.SetFitLegendLabelWidth(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind