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

 

SetChartLineFigures

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetChartLineFigures

 

 

Sets the line style of a line chart.

 

 

 

Prototype :

 

void SetChartLineFigures

(

        string ChartLineFigures

)

 

 

 

Arguments :

 

ChartLineFigures

line style

 

 

 

Reference :

 

It works only if the return value of IsShowFigure is true.

 

 

 

Example :

 

This.SetChartLineFigures("1.0 1.2");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

IsShowFigure