UNPKG

igniteui-angular-charts

Version:

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

27 lines (26 loc) 1.04 kB
import { IgxFragmentBaseComponent } from "./igx-fragment-base-component"; import { AreaFragment } from "./AreaFragment"; import * as i0 from "@angular/core"; /** * Represents one part of a StackedAreaSeries. */ export declare class IgxAreaFragmentComponent extends IgxFragmentBaseComponent { protected createImplementation(): AreaFragment; /** * @hidden */ get i(): AreaFragment; constructor(); /** * Gets whether the current series shows an area or line shape. */ get isAreaOrLine(): boolean; static ngAcceptInputType_isAreaOrLine: boolean | string; /** * Gets whether the current series shows an area shape. */ get isArea(): boolean; static ngAcceptInputType_isArea: boolean | string; static ɵfac: i0.ɵɵFactoryDeclaration<IgxAreaFragmentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxAreaFragmentComponent, "igx-area-fragment", never, {}, {}, never, never>; }