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

 

SetLegendSymbolWidth

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetLegendSymbolWidth

 

 

Sets the width of the legend icon or the marker symbol.

 

 

 

Prototype :

 

void SetLegendSymbolWidth

(

        float LegendSymbolWidth

)

 

 

 

Arguments :

 

LegendSymbolWidth

width

 

 

 

Reference :

 

Set the "Use Symbol Width" option to "true" before setting the symbol width.

 

 

 

Example :

 

This.SetLegendSymbolWidth(20);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind