UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

36 lines (35 loc) 1.56 kB
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 acw(): void; protected ach: IndicatorCalculationStrategy; protected abstract get aci(): IndicatorCalculationStrategy; protected abstract get acv(): Type; static acl: List$1<string>; protected aco(): number; acx(a: number): void; protected acq(): number; protected acn(): number; static ac1(a: number, b: Type, c: string): DependencyProperty; protected static ac0(a: number, b: Type): DependencyProperty; protected static acy(a: number, b: Type): DependencyProperty; protected static ac2(a: number, b: Type): DependencyProperty; protected abu(a: number, b: number): IList$1<string>; protected abr(a: number, b: number): boolean; protected ack(a: FinancialCalculationDataSource): boolean; private acj; protected acp(a: number): number; protected x6(a: number, b: number): FinancialCalculationDataSource; protected acm(): number; protected static acz(a: number, b: Type): DependencyProperty; protected rs(a: any, b: string, c: any, d: any): void; }