public class ADX extends Function
Title: ADX class
Description: ADX 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 |
---|
ADX() |
ADX(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
void |
addPoints(java.util.ArrayList source)
Gets all points from Source series, performs a function operation and
stores results in ParentSeries.
|
void |
dispose() |
java.lang.String |
getDescription()
Gets descriptive text.
|
FastLine |
getDMDown() |
FastLine |
getDMUp() |
ChartPen |
getDownLinePen() |
ChartPen |
getUpLinePen() |
boolean |
isValidSourceOf(ISeries value) |
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public ADX()
public ADX(IBaseChart c)
public FastLine getDMDown()
public FastLine getDMUp()
public ChartPen getUpLinePen()
public ChartPen getDownLinePen()
public boolean isValidSourceOf(ISeries value)
public void addPoints(java.util.ArrayList source)
Function
public java.lang.String getDescription()
getDescription
in class Function