Setting Starting postion of a bar using StackedBarChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
venu

Setting Starting postion of a bar using StackedBarChart

Post by venu » Fri Jun 17, 2005 6:12 am

i will be more pleased if you tell me how to set starting postion of StackedBarChart..please reply..i am in deep trouble

Sarika
Posts: 17
Joined: Sat Apr 02, 2005 6:18 am

Post by Sarika » Fri Jun 17, 2005 6:38 am

Do you want to set margin between Y axis and first sample as well as
last sample then try this,

categoryaxis.setUpperMargin(0.02); categoryaxis.setLowerMargin(0.02);

bill78b
Posts: 16
Joined: Tue Jun 14, 2005 7:14 am

hai sarika thanks for your reply..but

Post by bill78b » Fri Jun 17, 2005 7:03 am

hai sarika
Thanks for your reply.this is venu gopal..i reply to your mails know...actually i want to set the starting postion of a bars using StackedBarChart...i mean X axis Starting Postion ..not Yaxis Starting Postion..if it is not possible through StackedBarChart means that..tell me any alternative option is there...i am waiitng for your reply..

Thanks

VenuGopalReddy

Locked