UNPKG

igniteui-angular-charts

Version:

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

33 lines (32 loc) 1.35 kB
import { IgxPolarLineSeriesBaseComponent } from "./igx-polar-line-series-base-component"; import { PolarSplineAreaSeries } from "./PolarSplineAreaSeries"; import * as i0 from "@angular/core"; /** * Represents a IgxDataChartComponent polar spline area series. */ export declare class IgxPolarSplineAreaSeriesComponent extends IgxPolarLineSeriesBaseComponent { protected createImplementation(): PolarSplineAreaSeries; /** * @hidden */ get i(): PolarSplineAreaSeries; constructor(); /** * 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; /** * Gets or sets the Stiffness property. */ get stiffness(): number; set stiffness(v: number); static ngAcceptInputType_stiffness: number | string; static ɵfac: i0.ɵɵFactoryDeclaration<IgxPolarSplineAreaSeriesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxPolarSplineAreaSeriesComponent, "igx-polar-spline-area-series", never, { "stiffness": "stiffness"; }, {}, never, never>; }