igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
36 lines (35 loc) • 1.6 kB
TypeScript
import { FinancialIndicator } from "./FinancialIndicator";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type, IList$1 } from "igniteui-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { FinancialCalculationDataSource } from "./FinancialCalculationDataSource";
/**
* @hidden
*/
export declare abstract class StrategyBasedIndicator extends FinancialIndicator {
static $t: Type;
constructor();
protected acb(): void;
protected abw: IndicatorCalculationStrategy;
protected abstract get abx(): IndicatorCalculationStrategy;
protected abstract get aca(): Type;
static ab0: List$1<string>;
protected ab3(): number;
acc(a: number): void;
protected ab5(): number;
protected ab2(): number;
static acg(a: number, b: Type, c: string): DependencyProperty;
protected static acf(a: number, b: Type): DependencyProperty;
protected static acd(a: number, b: Type): DependencyProperty;
protected static ach(a: number, b: Type): DependencyProperty;
protected aa9(a: number, b: number): IList$1<string>;
protected aa6(a: number, b: number): boolean;
protected abz(a: FinancialCalculationDataSource): boolean;
private aby;
protected ab4(a: number): number;
protected xl(a: number, b: number): FinancialCalculationDataSource;
protected ab1(): number;
protected static ace(a: number, b: Type): DependencyProperty;
protected ra(a: any, b: string, c: any, d: any): void;
}