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;
o2(): void;
aj(a: Point): Point[][];
al(a: Point): Point[][];
protected get_fu(): boolean;
protected b2(): SeriesHitTestMode;
getOffsetValue(): number;
getCategoryWidth(): number;
j8(a: Point, b: boolean): number;
ka(a: Point, b: boolean): number;
ip(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
i5(a: Point, b: boolean, c: boolean): number;
i3(a: Point, b: boolean, c: boolean): number;
i1(a: Point, b: boolean, c: boolean): number;
v8(a: Point, b: boolean, c: boolean): Point;
wa(a: Point, b: boolean, c: boolean): Point;
wc(a: Point, b: boolean, c: boolean): Point;
zp(): boolean;
protected q9(a: any, b: string, c: any, d: any): void;
abj(a: any): boolean;
abi(a: any): boolean;
abo: string;
abk: string;
abq: string;
abm: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
get useHighMarkerFidelity(): boolean;
static $$p: string[];
}