igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
26 lines (25 loc) • 834 B
TypeScript
import { DataAnnotationShapeLayer } from "./DataAnnotationShapeLayer";
import { IFastItemColumn$1 } from "igniteui-angular-core";
import { Series } from "./Series";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class DataAnnotationSliceLayer extends DataAnnotationShapeLayer {
static $t: Type;
constructor();
protected bk(): Series;
protected get_ac0(): boolean;
protected ael(a: number): void;
protected rh(a: any, b: string, c: any, d: any): void;
protected aen(a: any, b: any): void;
afx: string;
private afq;
get afs(): IFastItemColumn$1<number>;
set afs(a: IFastItemColumn$1<number>);
afu: string;
private afp;
get afr(): IFastItemColumn$1<any>;
set afr(a: IFastItemColumn$1<any>);
static $$p: string[];
}