I want to set the style of a line to dashed. Any one knows how to do that? I tried to use setAttrInt but was not successful .Setting the color works fine though:
IChartObject line = chart.draw("priceline", IChart.Type.PRICEMARKER, cal.getTimeInMillis(), 1.2700); line.setColor(new Color(0,255,0));