UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

32 lines (31 loc) 932 B
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 d4; get displayType(): string; set displayType(a: string); private dz; get ignoreFirst(): number; set ignoreFirst(a: number); private d6; get trendLineType(): string; set trendLineType(a: string); private d5; get trendLineBrush(): string; set trendLineBrush(a: string); private d3; get actualTrendLineBrush(): string; set actualTrendLineBrush(a: string); private dx; get trendLineThickness(): number; set trendLineThickness(a: number); private d0; get trendLinePeriod(): number; set trendLinePeriod(a: number); }