Package org.knowm.xchart
Class OHLCChartBuilder
- java.lang.Object
-
- org.knowm.xchart.internal.ChartBuilder<OHLCChartBuilder,OHLCChart>
-
- org.knowm.xchart.OHLCChartBuilder
-
public class OHLCChartBuilder extends ChartBuilder<OHLCChartBuilder,OHLCChart>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringxAxisTitle(package private) java.lang.StringyAxisTitle-
Fields inherited from class org.knowm.xchart.internal.ChartBuilder
chartTheme, height, title, width
-
-
Constructor Summary
Constructors Constructor Description OHLCChartBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OHLCChartbuild()return fully built XYChartOHLCChartBuilderxAxisTitle(java.lang.String xAxisTitle)OHLCChartBuilderyAxisTitle(java.lang.String yAxisTitle)-
Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
-
-
-
Method Detail
-
xAxisTitle
public OHLCChartBuilder xAxisTitle(java.lang.String xAxisTitle)
-
yAxisTitle
public OHLCChartBuilder yAxisTitle(java.lang.String yAxisTitle)
-
build
public OHLCChart build()
return fully built XYChart- Specified by:
buildin classChartBuilder<OHLCChartBuilder,OHLCChart>- Returns:
- a XYChart
-
-