igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
16 lines (15 loc) • 731 B
TypeScript
import { IgxPolarBaseComponent } from "./igx-polar-base-component";
import { PolarLineSeriesBase } from "./PolarLineSeriesBase";
import * as i0 from "@angular/core";
/**
* Represents the base class from which all IgxDataChartComponent polar line series are derived.
*/
export declare abstract class IgxPolarLineSeriesBaseComponent extends IgxPolarBaseComponent {
/**
* @hidden
*/
get i(): PolarLineSeriesBase;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPolarLineSeriesBaseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPolarLineSeriesBaseComponent, "ng-component", never, {}, {}, never, never>;
}