igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
148 lines (147 loc) • 5.91 kB
TypeScript
import { RadialBucketCalculator } from "./RadialBucketCalculator";
import { IFastItemColumn$1 } from "igniteui-angular-core";
import { Type, Point } from "igniteui-angular-core";
import { RadialBase } from "./RadialBase";
import { CategoryLineRasterizer } from "./CategoryLineRasterizer";
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 { Axis } from "./Axis";
import { RadialFrame } from "./RadialFrame";
import { SeriesView } from "./SeriesView";
import { ScalerParams } from "./ScalerParams";
import { Rect } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { AxisRange } from "./AxisRange";
import { IFastItemsSource } from "igniteui-angular-core";
import { RadialBaseView } from "./RadialBaseView";
import { FastItemsSourceEventAction } from "igniteui-angular-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { CategoryAngleAxis } from "./CategoryAngleAxis";
import { ChartSelection } from "./ChartSelection";
import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior";
import { CategoryCollisionMode } from "./CategoryCollisionMode";
import { Clipper } from "igniteui-angular-core";
import { RadialTrendLineManager } from "./RadialTrendLineManager";
import { PointCollection } from "igniteui-angular-core";
import { RenderSurface } from "./RenderSurface";
import { RenderingContext } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class AnchoredRadialBucketCalculator extends RadialBucketCalculator {
static $t: Type;
private f;
constructor(a: AnchoredRadialSeriesView);
getBucket(a: number): number[];
}
/**
* @hidden
*/
export declare abstract class AnchoredRadialSeries extends RadialBase {
static $t: Type;
protected ct(): SeriesView;
o8(): void;
mj(): string;
ku(a: any, b: string): any;
mi(a: string): string;
jf(a: any): number;
protected kx(a: number): any;
q8(a: SeriesView): void;
acb: AnchoredRadialSeriesView;
constructor();
acc: CategoryLineRasterizer;
ke(a: Point, b: boolean): number;
kc(a: Point, b: boolean): number;
ir(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
protected acm: boolean;
i8(a: Point, b: boolean, c: boolean): number;
wn(a: Point, b: boolean, c: boolean): Point;
acq: boolean;
ac6: string;
acy: string;
protected gc(): boolean;
protected hu(): List$1<SeriesLayerPropertyOverlay>;
private adc;
get ach(): IFastItemColumn$1<number>;
set ach(a: IFastItemColumn$1<number>);
private acg;
ac2: string;
ac4: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
acf: TrendLineType;
adu: Brush;
get adt(): Brush;
set adt(a: Brush);
static readonly adg: DependencyProperty;
acv: number;
adw: PenLineCap;
adv: DoubleCollection;
acw: number;
acx: number;
ay(a: Axis): AxisRange;
protected aai(a: number, b: any): any;
protected dl(a: string): IFastItemColumn$1<number>;
protected ada(a: IFastItemsSource, b: IFastItemColumn$1<number>): void;
protected rh(a: any, b: string, c: any, d: any): void;
protected ph(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
hf(a: Rect, b: Rect, c: SeriesView): boolean;
getOffsetValue(): number;
getCategoryWidth(): number;
protected get_acn(): boolean;
protected get acn(): boolean;
protected get_em(): boolean;
protected get_f6(): boolean;
protected acs(a: CategoryAngleAxis, b: Rect, c: Rect, d: Rect): number;
protected acr(a: number, b: CategoryAngleAxis, c: Rect, d: Rect, e: Rect): number;
adb(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: CategoryCollisionMode): void;
protected get_acp(): boolean;
protected get acp(): boolean;
protected get_acj(): boolean;
protected get acj(): boolean;
abi(a: RadialFrame, b: RadialBaseView): void;
private act;
private acu;
private aco;
aca(a: List$1<number[]>, b: number, c: SeriesView): Clipper;
protected adx: Point;
adf(a: PointCollection, b: PointCollection, c: PointCollection, d: PointCollection, e: boolean): void;
private acl;
private ack;
pb(a: boolean, b: SeriesView): void;
abl(a: RadialFrame, b: RadialBaseView): void;
protected ab9(a: number, b: number, c: Axis): any[];
protected add(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void;
protected ade(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void;
ac9(a: RadialBaseView, b: RadialFrame): void;
private ac8;
protected sq(): void;
k1(a: any, b: Point): any;
ge(a: any): boolean;
ace: RadialFrame;
r1(a: Rect, b: RenderSurface): void;
r2(): void;
private acd;
ry(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
protected p5(a: any): void;
private aci;
bd(): ITrendLineManager;
static $$p: string[];
}
/**
* @hidden
*/
export declare class AnchoredRadialSeriesView extends RadialBaseView {
static $t: Type;
de: AnchoredRadialSeries;
constructor(a: AnchoredRadialSeries);
df: RadialTrendLineManager;
dg(a: Rect, b: Rect, c: Rect, d: Rect): void;
dh(): void;
protected bi(a: RenderingContext, b: boolean): void;
getDefaultTooltipTemplate(): string;
}