<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > ChartObject > ChartLine > Method >GetLineThick |
Gets the line thickness.
Prototype :
float GetLineThick
(
No Arguments
)
Example :
var ChartRootUnit = This.GetChartRootUnit();
var ChartShapeCnt = ChartRootUnit.GetShapeCount();
var ChartShape;
ChartShape = ChartRootUnit.GetShape(1);
_TraceLn(ChartShape.GetLineThick());
Available Events :
OnPostChartBuild