UNPKG

igniteui-angular-charts

Version:

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

32 lines (31 loc) 1.28 kB
import { IgxSplineFragmentBaseComponent } from "./igx-spline-fragment-base-component"; import { SplineAreaFragment } from "./SplineAreaFragment"; import * as i0 from "@angular/core"; /** * Represents one part of a StackedSplineAreaSeries. */ export declare class IgxSplineAreaFragmentComponent extends IgxSplineFragmentBaseComponent { protected createImplementation(): SplineAreaFragment; /** * @hidden */ get i(): SplineAreaFragment; 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; /** * Gets whether the current series shows a spline shape. */ get isSpline(): boolean; static ngAcceptInputType_isSpline: boolean | string; static ɵfac: i0.ɵɵFactoryDeclaration<IgxSplineAreaFragmentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxSplineAreaFragmentComponent, "igx-spline-area-fragment", never, {}, {}, never, never>; }