UNPKG

igniteui-angular-charts

Version:

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

21 lines (20 loc) 986 B
import { IgxDataAnnotationPointLayerComponent } from "./igx-data-annotation-point-layer-component"; import { DataAnnotationLineLayer } from "./DataAnnotationLineLayer"; import * as i0 from "@angular/core"; /** * Represents an annotation layer that renders lines at locations of x/y values mapped to these properties: * StartValueXMemberPath * StartValueYMemberPath * EndValueXMemberPath * EndValueYMemberPath */ export declare class IgxDataAnnotationLineLayerComponent extends IgxDataAnnotationPointLayerComponent { protected createImplementation(): DataAnnotationLineLayer; /** * @hidden */ get i(): DataAnnotationLineLayer; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataAnnotationLineLayerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataAnnotationLineLayerComponent, "igx-data-annotation-line-layer", never, {}, {}, never, never>; }