Pivotlines

 

Object lines in pivot used in EA does not work 

//--- set pivot color
    ObjectSetInteger (chart_ID,name, OBJPROP_COLOR ,clr);
//--- set style of the pivot lines
    ObjectSetInteger (chart_ID,name, OBJPROP_STYLE ,style);
//--- set the width of the pivot lines
    ObjectSetInteger (chart_ID,name, OBJPROP_WIDTH ,width);
//--- display in the foreground (false) or background (true)
    ObjectSetInteger (chart_ID,name, OBJPROP_BACK ,back);

does OBJECT_LINE exists for pivot in ea.