UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

35 lines (34 loc) 1.03 kB
import { FinancialSeriesDescription } from "./FinancialSeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class FinancialIndicatorDescription extends FinancialSeriesDescription { static $t: Type; protected get_type(): string; constructor(); private gl; get displayType(): string; set displayType(a: string); private gg; get ignoreFirst(): number; set ignoreFirst(a: number); private gn; get trendLineType(): string; set trendLineType(a: string); private gm; get trendLineBrush(): string; set trendLineBrush(a: string); private gk; get actualTrendLineBrush(): string; set actualTrendLineBrush(a: string); private ge; get trendLineThickness(): number; set trendLineThickness(a: number); private gc; get trendLineDashArray(): number[]; set trendLineDashArray(a: number[]); private gh; get trendLinePeriod(): number; set trendLinePeriod(a: number); }