igniteui-angular-charts
Version: 
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
22 lines (21 loc) • 959 B
TypeScript
import { IgxHorizontalStackedSeriesBaseComponent } from "./igx-horizontal-stacked-series-base-component";
import { StackedAreaSeries } from "./StackedAreaSeries";
import * as i0 from "@angular/core";
/**
 * Represents a IgxDataChartComponent stacked area series.
*/
export declare class IgxStackedAreaSeriesComponent extends IgxHorizontalStackedSeriesBaseComponent {
    protected createImplementation(): StackedAreaSeries;
    /**
                                 * @hidden
                                 */
    get i(): StackedAreaSeries;
    constructor();
    /**
     * Gets whether the current series shows an area shape.
    */
    get isArea(): boolean;
    static ngAcceptInputType_isArea: boolean | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxStackedAreaSeriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxStackedAreaSeriesComponent, "igx-stacked-area-series", never, {}, {}, never, never>;
}