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 acu(): void; protected acf: IndicatorCalculationStrategy; protected abstract get acg(): IndicatorCalculationStrategy; protected abstract get act(): Type; static acj: List$1<string>; protected acm(): number; acv(a: number): void; protected aco(): number; protected acl(): number; static acz(a: number, b: Type, c: string): DependencyProperty; protected static acy(a: number, b: Type): DependencyProperty; protected static acw(a: number, b: Type): DependencyProperty; protected static ac0(a: number, b: Type): DependencyProperty; protected abs(a: number, b: number): IList$1<string>; protected abp(a: number, b: number): boolean; protected aci(a: FinancialCalculationDataSource): boolean; private ach; protected acn(a: number): number; protected x4(a: number, b: number): FinancialCalculationDataSource; protected ack(): number; protected static acx(a: number, b: Type): DependencyProperty; protected rq(a: any, b: string, c: any, d: any): void; }