public class CCI extends Function
Title: CCI class
Description: CCI Function.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updating
chart, InternalUse
Constructor and Description |
---|
CCI() |
CCI(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
void |
addPoints(java.util.ArrayList source)
Gets all points from Source series, performs a function operation on
points and stores results in ParentSeries.
|
double |
getConstant()
Value by which to multiply mean deviation.
Default value: 0.015 |
java.lang.String |
getDescription()
Gets descriptive text.
|
void |
setConstant(double value)
Specifies Value by which to multiply mean deviation.
Default value: 0.015 |
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public CCI()
public CCI(IBaseChart c)
public double getConstant()
public void setConstant(double value)
value
- doublepublic void addPoints(java.util.ArrayList source)
public java.lang.String getDescription()
getDescription
in class Function