igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
91 lines (90 loc) • 2.83 kB
TypeScript
import { Series } from "./Series";
import { IHasCategoryModePreference } from "./IHasCategoryModePreference";
import { Axis } from "./Axis";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { Type, Point } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { Thickness } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Rect } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
import { Geometry } from "igniteui-react-core";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { CategoryMode } from "./CategoryMode";
import { RenderSurface } from "./RenderSurface";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class ValueOverlay extends Series implements IHasCategoryModePreference {
static $t: Type;
protected bk(): Series;
constructor();
w0: Axis;
xj: number;
xh: number;
xi: number;
xe: number;
i5(a: Point, b: boolean, c: boolean): number;
xf(a: Point, b: Point): number;
we(a: Point, b: boolean, c: boolean): Point;
j3(a: Point): number;
kn(a: Point): any;
gd(a: any): boolean;
ay(a: Axis): AxisRange;
rt(a: boolean): void;
xg(): number;
x1(a: number, b: ValueOverlayView): void;
he(a: Rect, b: Rect, c: SeriesView): boolean;
protected st(a: Rect, b: Rect): void;
protected ss(a: Rect, b: Rect): void;
protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
protected ra(a: any, b: string, c: any, d: any): void;
qb(): void;
o5(a: boolean, b: SeriesView): void;
private w5;
preferredCategoryMode(a: CategoryAxisBase): CategoryMode;
get categoryAxis(): CategoryAxisBase;
protected ct(): SeriesView;
q1(a: SeriesView): void;
private w3;
ru(a: Rect, b: RenderSurface): void;
getOffsetValue(): number;
getCategoryWidth(): number;
w4: boolean;
w2: (item: any) => string;
yj: Brush;
yh: Brush;
w8: number;
xk: number;
yi: Brush;
get yk(): Thickness;
xa: number;
xc: number;
xb: number;
w9: number;
xd: number;
ai(): Axis[];
private w1;
private w7;
private w6;
protected x2(a: number, b: boolean): void;
protected get_isValueOverlay(): boolean;
xx(a: number): string;
get xz(): string;
static $$p: string[];
}
/**
* @hidden
*/
export declare class ValueOverlayView extends SeriesView {
static $t: Type;
constructor(a: ValueOverlay);
private b6;
protected bh(): void;
protected bi(): void;
b5(a: Geometry): void;
b4(): void;
protected bc(a: RenderingContext, b: boolean): void;
aq(a: any): void;
}