styleClass

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
srikanthgsk
Posts: 3
Joined: Wed Nov 07, 2007 7:59 pm

styleClass

Post by srikanthgsk » Wed Nov 07, 2007 8:04 pm

Hi, I want to use the StyleSheet.css, to load the style sheet I am using StyleClass tag, but its not working below is my code,

<c:chart id="chart1" datasource="#{sourceProvider.categoryDataset}" styleClass="tablewidth" foreground="gray" antialias="true" type="bar" is3d="false" ylabel="Highly Satisfied" output="png" title="Overall Satisfaction" ></c:chart>

Thanks
Srikanth

Locked