AnyChart
API Reference
Still have questions?
Contact support
Top

{typedef} anychart.math.ao.Context Improve this Doc

Type definition for the context.
NameTypeDescription
disposefunctionDispose function.
fastMAContextanychart.math.sma.Context | anychart.math.ema.ContextFast MA context.
maCalculatefunctionFunction for MA calculation (ema or sma).
maTypeanychart.enums.MovingAverageType | stringType of smoothing.
slowMAContextanychart.math.sma.Context | anychart.math.ema.ContextSlow MA context.