CODE:
									
<%@page import="SoftwareFX.ChartFX.*"%>
<%

ChartServer chart1 = new ChartServer(application,request,response );

chart1.getAxisY().setLabelAngle((short) -30);

%>

<%=chart1.getHtmlTag("450","280")%>