public class Moving extends Function
Title: Moving class
Description: Internal use. Base class for moving calculation functions
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 |
---|
Moving() |
Moving(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
protected void |
doCalculation(Series source,
ValueList notMandatorySource) |
addFunctionXY, addPoints, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, getDescription, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public Moving()
public Moving(IBaseChart c)
protected void doCalculation(Series source, ValueList notMandatorySource)
doCalculation
in class Function