UNPKG

igniteui-angular-charts

Version:

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

50 lines (49 loc) 1.7 kB
import { HorizontalAxisLabelPanelBase } from "./HorizontalAxisLabelPanelBase"; import { Point, Type } from "igniteui-angular-core"; import { AxisLabelPanelBaseView } from "./AxisLabelPanelBaseView"; import { Size } from "igniteui-angular-core"; import { FrameworkElement } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { Rect } from "igniteui-angular-core"; import { AxisLabelsLocation } from "./AxisLabelsLocation"; import { HorizontalAxisLabelPanelBaseView } from "./HorizontalAxisLabelPanelBaseView"; /** * @hidden */ export declare class RadialAxisLabelPanel extends HorizontalAxisLabelPanelBase { static $t: Type; af(): AxisLabelPanelBaseView; cl(a: AxisLabelPanelBaseView): void; dy: RadialAxisLabelPanelView; d4: Point; d1: number; protected get dz(): boolean; dh(): boolean; protected di(): boolean; b6(a: Size): void; bq(): number; dg(): boolean; protected df(): boolean; private d0; cq(a: FrameworkElement, b: number): void; protected d3(): number; protected d2(): number; protected dv(a: List$1<Rect>, b: List$1<boolean>): void; aw(a: number, b: Rect): boolean; protected dw(): void; aj(): AxisLabelsLocation; a3(a: AxisLabelsLocation): boolean; protected cd(): void; } /** * @hidden */ export declare class RadialAxisLabelPanelView extends HorizontalAxisLabelPanelBaseView { static $t: Type; protected a3: RadialAxisLabelPanel; constructor(a: RadialAxisLabelPanel); a6(a: FrameworkElement, b: number, c: number): void; a5(): void; a4(a: Size): void; protected al(): void; }