UNPKG

igniteui-angular-charts

Version:

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

34 lines (33 loc) 1.47 kB
import { OnInit } from '@angular/core'; import { ContourValueResolver } from "./ContourValueResolver"; import * as i0 from "@angular/core"; /** * Class used to determine the numeric values of contour lines, given a larger list of numeric values. */ export declare abstract class IgxContourValueResolverComponent implements OnInit { protected createImplementation(): ContourValueResolver; ngOnInit(): void; protected _implementation: any; /** * @hidden */ get i(): ContourValueResolver; /** * @hidden */ static _createFromInternal(internal: any): IgxContourValueResolverComponent; private onImplementationCreated; constructor(); findByName(name: string): any; protected __p: string; protected _hasUserValues: Set<string>; protected get hasUserValues(): Set<string>; protected __m(propertyName: string): void; protected _stylingContainer: any; protected _stylingParent: any; protected _inStyling: boolean; protected _styling(container: any, component: any, parent?: any): void; protected _zoneRunner: (act: () => void) => void; protected _runInZone(act: () => void): void; static ɵfac: i0.ɵɵFactoryDeclaration<IgxContourValueResolverComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxContourValueResolverComponent, "ng-component", never, {}, {}, never, never>; }