Uses of Class
com.java4less.rchart.Title

Packages that use Title
com.java4less.rchart   
 

Uses of Title in com.java4less.rchart
 

Fields in com.java4less.rchart declared as Title
 Title Chart.title
          title of the chart
 

Constructors in com.java4less.rchart with parameters of type Title
Chart(Title t, Plotter p, Axis X, Axis Y)
          creates a chart for the specified components.