{typedef} anychart.math.ao.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
dispose | function | Dispose function. |
fastMAContext | anychart.math.sma.Context | anychart.math.ema.Context | Fast MA context. |
maCalculate | function | Function for MA calculation (ema or sma). |
maType | anychart.enums.MovingAverageType | string | Type of smoothing. |
slowMAContext | anychart.math.sma.Context | anychart.math.ema.Context | Slow MA context. |