UNPKG

igniteui-react-charts

Version:

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

25 lines (24 loc) 875 B
import { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IndicatorDisplayType } from "./IndicatorDisplayType"; import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy"; import { Type } from "igniteui-react-core"; import { DependencyProperty } from "igniteui-react-core"; import { Series } from "./Series"; /** * @hidden */ export declare class ForceIndexIndicator extends StrategyBasedIndicator { static $t: Type; protected bk(): Series; protected get_abp(): IndicatorDisplayType; constructor(); protected get_aci(): IndicatorCalculationStrategy; protected get aci(): IndicatorCalculationStrategy; protected get_acv(): Type; protected get acv(): Type; get ac3(): number; set ac3(a: number); static readonly ac4: DependencyProperty; protected aco(): number; acx(a: number): void; }