UNPKG

igniteui-angular-charts

Version:

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

23 lines (22 loc) 1.15 kB
import { IgxContourValueResolverComponent } from "./igx-contour-value-resolver-component"; import { LinearContourValueResolver } from "./LinearContourValueResolver"; import * as i0 from "@angular/core"; /** * ContourValueResolver class which resolves contour lines to be distributed at linear intervals from the data minimum to the data maximum. */ export declare class IgxLinearContourValueResolverComponent extends IgxContourValueResolverComponent { protected createImplementation(): LinearContourValueResolver; /** * @hidden */ get i(): LinearContourValueResolver; constructor(); /** * Gets or sets how many contour values to return. */ get valueCount(): number; set valueCount(v: number); static ngAcceptInputType_valueCount: number | string; static ɵfac: i0.ɵɵFactoryDeclaration<IgxLinearContourValueResolverComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxLinearContourValueResolverComponent, "igx-linear-contour-value-resolver", never, { "valueCount": "valueCount"; }, {}, never, never>; }