Sets the main title of the plot, returns the modified chart object.
References:
http://www.jfree.org/jfreechart/api/javadoc/
http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/JFreeChart.html
(defn set-title
" Sets the main title of the plot, returns the modified chart object.
References:
http://www.jfree.org/jfreechart/api/javadoc/
http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/JFreeChart.html
"
([chart title]
(.setTitle chart title)
chart))
Comments top
No comments for set-title. Log in to add a comment.