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>
- Author:
- timmolter
-
Field Summary
Fields inherited from class org.knowm.xchart.internal.ChartBuilder
chartTheme, height, title, width -
Constructor Summary
Constructors Constructor Description OHLCChartBuilder() -
Method Summary
Modifier and Type Method Description OHLCChartbuild()return fully built XYChartOHLCChartBuilderxAxisTitle(String xAxisTitle)OHLCChartBuilderyAxisTitle(String yAxisTitle)Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
Constructor Details
-
OHLCChartBuilder
public OHLCChartBuilder()
-
-
Method Details
-
xAxisTitle
-
yAxisTitle
-
build
return fully built XYChart- Specified by:
buildin classChartBuilder<OHLCChartBuilder,OHLCChart>- Returns:
- a XYChart
-