Hi
I use the folowing code to draw a horizontal line on chart, But the text doesn`t appear with fully contents
always appear like this " line drawn with price a............. "
so, How can I see the full content of my Text
thx
IHorizontalLineChartObject hLine = chart.getChartObjectFactory().createHorizontalLine();
hLine.setPrice(0, _Lprice);
hLine.setText("bla bla bla bla" + _WeeklyP);
hLine.setColor(Color.RED);
chart.addToMainChartUnlocked(hLine);
hLines.add(hLine);