Uwe Dörl / Publications
Forum
create OBJ_HLINE on a subchart
Why can I not create a OBJ_HLINE on a subchart? ObjectCreate( ChartID () , "theSubChart", OBJ_CHART, 0, 0, 0) ObjectSetInteger( ChartID () , "theSubChart", OBJPROP_CORNER, CORNER_LEFT_UPPER); ... bool res = ObjectCreate ( ChartID (), "xyz" , OBJ_HLINE , 1 , 0 , 1.137 ); I created a subchart and