public class CrossPoints extends Function
Title: CrossPoints class
Description: CrossPoints Function.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updatingchart, 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, valueListgetChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic CrossPoints()
public CrossPoints(IBaseChart c)
public void addPoints(java.util.ArrayList source)
Functionprotected void doCalculation(Series source, ValueList notMandatorySource)
doCalculation in class Functionpublic java.lang.String getDescription()
getDescription in class Function