UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

137 lines (136 loc) 5 kB
import { FinancialSeries } from "./FinancialSeries"; import { ITrendLineSeries } from "./ITrendLineSeries"; import { IndicatorDisplayType } from "./IndicatorDisplayType"; import { DependencyProperty } from "igniteui-angular-core"; import { TrendLineType } from "igniteui-angular-core"; import { Brush } from "igniteui-angular-core"; import { PenLineCap } from "igniteui-angular-core"; import { DoubleCollection } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { AxisRange } from "./AxisRange"; import { SeriesView } from "./SeriesView"; import { CategoryFrame } from "./CategoryFrame"; import { Axis } from "./Axis"; import { Point, IList$1, Type } from "igniteui-angular-core"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; import { Rect } from "igniteui-angular-core"; import { FastItemsSourceEventAction } from "igniteui-angular-core"; import { ITrendLineManager } from "./ITrendLineManager"; import { FinancialSeriesView } from "./FinancialSeriesView"; import { FinancialBucketCalculator } from "./FinancialBucketCalculator"; import { CategoryTransitionInMode } from "./CategoryTransitionInMode"; import { Clipper } from "igniteui-angular-core"; import { Path } from "igniteui-angular-core"; import { LegendItemBadgeShape } from "igniteui-angular-core"; import { RenderingContext } from "igniteui-angular-core"; /** * @hidden */ export declare abstract class FinancialIndicator extends FinancialSeries implements ITrendLineSeries { static $t: Type; protected get_e9(): boolean; protected ct(): SeriesView; q8(a: SeriesView): void; abc: FinancialIndicatorView; constructor(); abp(a: boolean): void; protected abh(a: Point, b: Point, c: boolean): boolean; protected b3(): SeriesHitTestMode; wy(a: Point): Rect; gx(a: Point, b: boolean): boolean; protected ph(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; abe: IndicatorDisplayType; protected get_abd(): IndicatorDisplayType; get abd(): IndicatorDisplayType; abk: number; trendLineType: TrendLineType; trendLineBrush: Brush; get ab2(): Brush; set ab2(a: Brush); static readonly abs: DependencyProperty; trendLineThickness: number; ab4: PenLineCap; ab3: DoubleCollection; trendLinePeriod: number; protected abm(): number; abl: number; private _indicatorColumn; get indicatorColumn(): List$1<number>; set indicatorColumn(a: List$1<number>); protected abb: AxisRange; protected abstract abf(a: number, b: number): boolean; protected abstract abi(a: number, b: number): IList$1<string>; protected rh(a: any, b: string, c: any, d: any): void; i8(a: Point, b: boolean, c: boolean): number; ke(a: Point, b: boolean): number; kc(a: Point, b: boolean): number; protected get_he(): boolean; private abg; private abr; ay(a: Axis): AxisRange; ge(a: any): boolean; hf(a: Rect, b: Rect, c: SeriesView): boolean; aan(a: CategoryFrame, b: FinancialSeriesView): void; pb(a: boolean, b: SeriesView): void; protected xr(): CategoryTransitionInMode; aap(a: CategoryFrame, b: FinancialSeriesView): void; protected sq(): void; protected abq(): void; protected p5(a: any): void; protected bf(a: LegendItemBadgeShape): LegendItemBadgeShape; qj(): void; static $$p: string[]; } /** * @hidden */ export declare class FinancialIndicatorBucketCalculator extends FinancialBucketCalculator { static $t: Type; constructor(a: FinancialSeriesView); protected f: FinancialIndicatorView; getBucket(a: number): number[]; } /** * @hidden */ export declare class FinancialIndicatorView extends FinancialSeriesView { static $t: Type; cj: FinancialIndicator; constructor(a: FinancialIndicator); protected ce(): FinancialBucketCalculator; a4(): void; private readonly cm; private cw; private cp; da: Path; c6: Path; db: Path; c7: Path; dc: Path; c8: Path; c9: Path; c5: Path; private ck; get cl(): ITrendLineManager; set cl(a: ITrendLineManager); get cn(): boolean; co(a: boolean): void; cu(): void; cs(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: Clipper): void; cq(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: number, f: Clipper): void; cr(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: number): void; cv(): void; private c2; private c4; private c3; private c1; private cy; private c0; private cz; private cx; protected bq(): void; protected bj(a: RenderingContext, b: boolean): void; protected bi(a: RenderingContext, b: boolean): void; ax(a: any): void; ct(): void; }