UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

25 lines (24 loc) 877 B
import { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy"; import { Type } from "igniteui-angular-core"; import { DependencyProperty } from "igniteui-angular-core"; import { Series } from "./Series"; /** * @hidden */ export declare class BollingerBandWidthIndicator extends StrategyBasedIndicator { static $t: Type; protected bj(): Series; protected get_abv(): IndicatorCalculationStrategy; protected get abv(): IndicatorCalculationStrategy; protected get_ab8(): Type; protected get ab8(): Type; get ach(): number; set ach(a: number); static readonly ack: DependencyProperty; protected ab1(): number; get acg(): number; set acg(a: number); static readonly acj: DependencyProperty; protected abz(): number; }