-
Nested Class Summary
Nested Classes
-
Field Summary
Fields
private double[]
private double[]
private double[]
private double[]
private long[]
private double[]
private double[]
-
Constructor Summary
Constructors
OHLCSeries(String name,
double[] xData,
double[] openData,
double[] highData,
double[] lowData,
double[] closeData,
long[] volumeData,
Series.DataType xAxisDataType)
-
Method Summary
protected void
private double[]
Finds the min and max of a dataset
double[]
double[]
double[]
double[]
long[]
double[]
double[]
(package private) void
This is an internal method which shouldn't be called from client code.
(package private) void
replaceData(double[] newXData,
double[] newOpenData,
double[] newHighData,
double[] newLowData,
double[] newCloseData)
This is an internal method which shouldn't be called from client code.
(package private) void
replaceData(double[] newXData,
double[] newOpenData,
double[] newHighData,
double[] newLowData,
double[] newCloseData,
long[] newVolumeData)
This is an internal method which shouldn't be called from client code.
Set the down color of the series
Set the up color of the series
getLineColor, getLineStyle, getLineWidth, getxAxisDataType, getXMax, getXMin, getyAxisDataType, getYMax, getYMin, setLineColor, setLineStyle, setLineWidth
Methods inherited from class Series
getFillColor, getLabel, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait