Hey, 2012/5/17 Massimo Di Stefano <[email protected]>: > - when i try to display more than one category in the bar plot the data > are too dense and the color are bad-rendered (all dark) also without shadow > is there a way to set fill-shape and the border-line to the same color > (maybe can help?)
You could disable the border: series.setPen(NoPen) > - is it possible to set as default the gridlines(x,y) to ON and modify the > number of lines in the grid ? axis.setGridLinesEnabled() will enable grid lines, and you can change the number of lines (and labels at the same time though) using axis.setLabelInterval(). Regards, koen ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
