UNPKG

igniteui-react-charts

Version:

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

22 lines (21 loc) 759 B
import { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy"; import { Type } from "igniteui-react-core"; import { DependencyProperty } from "igniteui-react-core"; import { Series } from "./Series"; /** * @hidden */ export declare class AverageDirectionalIndexIndicator extends StrategyBasedIndicator { static $t: Type; protected bk(): Series; protected get_ach(): IndicatorCalculationStrategy; protected get ach(): IndicatorCalculationStrategy; protected get_acu(): Type; protected get acu(): Type; get ac2(): number; set ac2(a: number); static readonly ac3: DependencyProperty; protected acn(): number; acw(a: number): void; }