igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
32 lines (31 loc) • 1.11 kB
TypeScript
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 FullStochasticOscillatorIndicator extends StrategyBasedIndicator {
static $t: Type;
protected bj(): Series;
constructor();
protected get_abu(): IndicatorCalculationStrategy;
protected get abu(): IndicatorCalculationStrategy;
protected get_ab7(): Type;
protected get ab7(): Type;
get acf(): number;
set acf(a: number);
static readonly ack: DependencyProperty;
protected ab0(): number;
ab9(a: number): void;
get smoothingPeriod(): number;
set smoothingPeriod(a: number);
static readonly acl: DependencyProperty;
protected ab2(): number;
get ach(): number;
set ach(a: number);
static readonly acm: DependencyProperty;
protected abz(): number;
protected aba(): number;
}