public class PVO extends Function
Title: PVO class
Description: PVO 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 |
---|
PVO() |
PVO(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.
|
java.lang.String |
getDescription()
Gets descriptive text.
|
boolean |
getPercentage()
Controls if the difference of two moving averages will be percentual or
not.
|
int |
getPeriod2()
The period of the second exponential moving average.
Default value: 26 |
void |
setPercentage(boolean value)
Controls if the difference of two moving averages will be percentual or
not.
|
void |
setPeriod2(int value)
Defines the period of the second exponential moving average.
Default value: 26 |
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 PVO()
public PVO(IBaseChart c)
public boolean getPercentage()
public void setPercentage(boolean value)
value
- booleanpublic int getPeriod2()
public void setPeriod2(int value)
value
- intpublic void addPoints(java.util.ArrayList source)
public java.lang.String getDescription()
getDescription
in class Function