JSF Chart Creator

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kamal
Posts: 3
Joined: Mon Mar 24, 2008 8:36 pm

JSF Chart Creator

Post by kamal » Fri Sep 19, 2008 4:27 pm

Hello,

I am using JSF Chart Creator component and would like to set the axis range , is there a way to do that using the tag library.

NumberAxis domainAxis = (NumberAxis) plot.getDomainAxis();
domainAxis.setRange(-10.0, 10.0);
NumberAxis rangeAxis = (NumberAxis) plot.getRangeAxis();
rangeAxis.setRange(-10.0, 10.0);

Thanks.

Locked