UNPKG

igniteui-react-charts

Version:

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

36 lines (35 loc) 1.6 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 ace(): void; protected abz: IndicatorCalculationStrategy; protected abstract get ab0(): IndicatorCalculationStrategy; protected abstract get acd(): Type; static ab3: List$1<string>; protected ab6(): number; acf(a: number): void; protected ab8(): number; protected ab5(): number; static acj(a: number, b: Type, c: string): DependencyProperty; protected static aci(a: number, b: Type): DependencyProperty; protected static acg(a: number, b: Type): DependencyProperty; protected static ack(a: number, b: Type): DependencyProperty; protected abc(a: number, b: number): IList$1<string>; protected aa9(a: number, b: number): boolean; protected ab2(a: FinancialCalculationDataSource): boolean; private ab1; protected ab7(a: number): number; protected xo(a: number, b: number): FinancialCalculationDataSource; protected ab4(): number; protected static ach(a: number, b: Type): DependencyProperty; protected rc(a: any, b: string, c: any, d: any): void; }