Package qa.chart.fx
Class QAChart.ReportChartFX
java.lang.Object
qa.chart.fx.QAChart.ReportChartFX
- Enclosing class:
QAChart
Inner class - does all the work.
getImage() and generateImage() methods copied from reportWriter.ReportChart
- Author:
- mo55
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAxisTitles
(String xTitle, String yTitle) Set the axis titles.
-
Method Details
-
setAxisTitles
Set the axis titles. If this method is not called, the axes will be unlabelled- Parameters:
xTitle
-yTitle
-
-