UNPKG

igniteui-angular-charts

Version:

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

45 lines (44 loc) 1.61 kB
import { RangeCategorySeries } from "./RangeCategorySeries"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { NumericYAxis } from "./NumericYAxis"; import { Axis } from "./Axis"; import { Point, Type } from "igniteui-angular-core"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; import { ScalerParams } from "./ScalerParams"; /** * @hidden */ export declare abstract class HorizontalRangeCategorySeries extends RangeCategorySeries { static $t: Type; xAxis: CategoryAxisBase; yAxis: NumericYAxis; fetchXAxis(): Axis; fetchYAxis(): Axis; o8(): void; aj(a: Point): Point[][]; al(a: Point): Point[][]; protected get_fv(): boolean; protected b3(): SeriesHitTestMode; getOffsetValue(): number; getCategoryWidth(): number; kc(a: Point, b: boolean): number; ke(a: Point, b: boolean): number; ir(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number; i8(a: Point, b: boolean, c: boolean): number; i6(a: Point, b: boolean, c: boolean): number; i4(a: Point, b: boolean, c: boolean): number; wj(a: Point, b: boolean, c: boolean): Point; wl(a: Point, b: boolean, c: boolean): Point; wn(a: Point, b: boolean, c: boolean): Point; z0(): boolean; protected rh(a: any, b: string, c: any, d: any): void; abw(a: any): boolean; abv(a: any): boolean; ab1: string; abx: string; ab3: string; abz: string; getDataLegendSeriesContextAt(a: number, b: number): any; get useHighMarkerFidelity(): boolean; static $$p: string[]; }