UNPKG

igniteui-angular-charts

Version:

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

28 lines (27 loc) 1.32 kB
import { IgxHorizontalStackedSeriesBaseComponent } from "./igx-horizontal-stacked-series-base-component"; import { StackedSplineSeries } from "./StackedSplineSeries"; import * as i0 from "@angular/core"; /** * Represents a IgxDataChartComponent stacked spline series. */ export declare class IgxStackedSplineSeriesComponent extends IgxHorizontalStackedSeriesBaseComponent { protected createImplementation(): StackedSplineSeries; /** * @hidden */ get i(): StackedSplineSeries; constructor(); /** * Gets or sets whether to include the spline shape in the axis range requested of the axis. */ get isSplineShapePartOfRange(): boolean; set isSplineShapePartOfRange(v: boolean); static ngAcceptInputType_isSplineShapePartOfRange: boolean | string; /** * Gets whether the current series shows a spline shape. */ get isSpline(): boolean; static ngAcceptInputType_isSpline: boolean | string; static ɵfac: i0.ɵɵFactoryDeclaration<IgxStackedSplineSeriesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxStackedSplineSeriesComponent, "igx-stacked-spline-series", never, { "isSplineShapePartOfRange": "isSplineShapePartOfRange"; }, {}, never, never>; }