public static enum OHLCSeries.OHLCSeriesRenderStyle extends Enum<OHLCSeries.OHLCSeriesRenderStyle> implements org.knowm.xchart.internal.chartpart.RenderableSeries
Modifier and Type | Method and Description |
---|---|
org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType |
getLegendRenderType() |
static OHLCSeries.OHLCSeriesRenderStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OHLCSeries.OHLCSeriesRenderStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OHLCSeries.OHLCSeriesRenderStyle Candle
public static final OHLCSeries.OHLCSeriesRenderStyle HiLo
public static OHLCSeries.OHLCSeriesRenderStyle[] values()
for (OHLCSeries.OHLCSeriesRenderStyle c : OHLCSeries.OHLCSeriesRenderStyle.values()) System.out.println(c);
public static OHLCSeries.OHLCSeriesRenderStyle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType getLegendRenderType()
getLegendRenderType
in interface org.knowm.xchart.internal.chartpart.RenderableSeries
Copyright © 2011–2018 Knowm Inc.. All rights reserved.