Axis with arrow?
Posted: Sat Feb 23, 2013 3:38 pm
Is it possible to add an arrow at the end of the left axis?
Steema Software - Customer Support Forums
http://teechart.com/support/
Code: Select all
AxisArrow axisArrow1 = new AxisArrow(tChart1.getAxes().getLeft());
axisArrow1.setPosition(AxisArrowPosition.END);
Code: Select all
AxisArrowPosition.START
Code: Select all
chart.getTools().clear();