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

 

SetLegendPosition

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetLegendPosition

 

 

Sets the position of the legend.

 

 

 

Prototype :

 

void SetLegendPosition

(

        string LegendPosition

)

 

 

 

Arguments :

 

LegendPosition

refer to ChartLegendPositionConst

 

 

 

Example :

 

//string

 This.SetLegendPosition("Bottom");

 

//constant

 This.SetLegendPosition(ChartLegendPositionConst.Bottom);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

ChartLegendPositionConst