UNPKG

igniteui-react-charts

Version:

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

25 lines (24 loc) 1.03 kB
import { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy"; import { Type, IList$1 } from "igniteui-react-core"; import { FinancialEventArgs } from "./FinancialEventArgs"; import { Series } from "./Series"; /** * @hidden */ export declare class CustomIndicator extends StrategyBasedIndicator { static $t: Type; protected bk(): Series; protected get_acg(): IndicatorCalculationStrategy; protected get acg(): IndicatorCalculationStrategy; protected get_act(): Type; protected get act(): Type; protected abs(a: number, b: number): IList$1<string>; private ac2; get indicator(): (sender: any, e: FinancialEventArgs) => void; set indicator(a: (sender: any, e: FinancialEventArgs) => void); private ac1; get basedOnColumns(): (sender: any, e: FinancialEventArgs) => void; set basedOnColumns(a: (sender: any, e: FinancialEventArgs) => void); protected abp(a: number, b: number): boolean; }