public class CLV extends Function
Title: CLV class
Description: CLV 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 |
---|
CLV() |
CLV(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.
|
boolean |
getAccumulate()
Accumulates the CLV Function results.
|
java.lang.String |
getDescription()
Gets descriptive text.
|
ISeries |
getVolume()
The Volume series by which CLV results are multiplied.
|
void |
setAccumulate(boolean value)
Accumulates the CLV Function results.
|
void |
setVolume(ISeries value)
Sets the Volume series by which CLV results are multiplied.
|
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 CLV()
public CLV(IBaseChart c)
public boolean getAccumulate()
public void setAccumulate(boolean value)
value
- booleanpublic ISeries getVolume()
public void setVolume(ISeries value)
value
- ISeriespublic void addPoints(java.util.ArrayList source)
public java.lang.String getDescription()
getDescription
in class Function