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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OHLCChart
build()
return fully built XYChartOHLCChartBuilder
xAxisTitle(String xAxisTitle)
OHLCChartBuilder
yAxisTitle(String yAxisTitle)
-
Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
-
-
-
Method Detail
-
xAxisTitle
public OHLCChartBuilder xAxisTitle(String xAxisTitle)
-
yAxisTitle
public OHLCChartBuilder yAxisTitle(String yAxisTitle)
-
build
public OHLCChart build()
return fully built XYChart- Specified by:
build
in classChartBuilder<OHLCChartBuilder,OHLCChart>
- Returns:
- a XYChart
-
-