Package org.knowm.xchart
Class CategoryChartBuilder
java.lang.Object
org.knowm.xchart.internal.ChartBuilder<CategoryChartBuilder,CategoryChart>
org.knowm.xchart.CategoryChartBuilder
-
Field Summary
FieldsFields inherited from class org.knowm.xchart.internal.ChartBuilder
chartTheme, height, title, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()return fully built Chart_CategoryxAxisTitle(String xAxisTitle) yAxisTitle(String yAxisTitle) Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
Field Details
-
Constructor Details
-
CategoryChartBuilder
public CategoryChartBuilder()
-
-
Method Details
-
xAxisTitle
-
yAxisTitle
-
build
return fully built Chart_Category- Specified by:
buildin classChartBuilder<CategoryChartBuilder,CategoryChart> - Returns:
- a CategoryChart
-