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
TypeScript
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;
pe(): void;
aj(a: Point): Point[][];
al(a: Point): Point[][];
protected get_fx(): boolean;
protected b3(): SeriesHitTestMode;
getOffsetValue(): number;
getCategoryWidth(): number;
kh(a: Point, b: boolean): number;
kj(a: Point, b: boolean): number;
iw(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
jd(a: Point, b: boolean, c: boolean): number;
jb(a: Point, b: boolean, c: boolean): number;
i9(a: Point, b: boolean, c: boolean): number;
wr(a: Point, b: boolean, c: boolean): Point;
wt(a: Point, b: boolean, c: boolean): Point;
wv(a: Point, b: boolean, c: boolean): Point;
z9(): boolean;
protected rp(a: any, b: string, c: any, d: any): void;
ab5(a: any): boolean;
ab4(a: any): boolean;
aca: string;
ab6: string;
acc: string;
ab8: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
get useHighMarkerFidelity(): boolean;
static $$p: string[];
}