UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

45 lines (44 loc) 1.57 kB
import { RangeCategorySeries } from "./RangeCategorySeries"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { NumericYAxis } from "./NumericYAxis"; import { Axis } from "./Axis"; import { Point, Type } from "igniteui-react-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; ph(): void; aj(a: Point): Point[][]; al(a: Point): Point[][]; protected get_fy(): boolean; protected b3(): SeriesHitTestMode; getOffsetValue(): number; getCategoryWidth(): number; kj(a: Point, b: boolean): number; kl(a: Point, b: boolean): number; iy(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number; jf(a: Point, b: boolean, c: boolean): number; jd(a: Point, b: boolean, c: boolean): number; jb(a: Point, b: boolean, c: boolean): number; wu(a: Point, b: boolean, c: boolean): Point; ww(a: Point, b: boolean, c: boolean): Point; wy(a: Point, b: boolean, c: boolean): Point; aaf(): boolean; protected rs(a: any, b: string, c: any, d: any): void; acc(a: any): boolean; acb(a: any): boolean; ach: string; acd: string; acj: string; acf: string; getDataLegendSeriesContextAt(a: number, b: number): any; get useHighMarkerFidelity(): boolean; static $$p: string[]; }