public class CrossPoints extends Function
Title: CrossPoints class
Description: CrossPoints 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 |
---|
CrossPoints() |
CrossPoints(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.
|
protected void |
doCalculation(Series source,
ValueList notMandatorySource) |
java.lang.String |
getDescription()
Gets descriptive text.
|
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public CrossPoints()
public CrossPoints(IBaseChart c)
public void addPoints(java.util.ArrayList source)
Function
protected void doCalculation(Series source, ValueList notMandatorySource)
doCalculation
in class Function
public java.lang.String getDescription()
getDescription
in class Function