UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

55 lines (54 loc) 1.64 kB
import { Description } from "./Description"; import { FormatSpecifierDescription } from "./FormatSpecifierDescription"; import { Type } from "./type"; /** * @hidden */ export declare class AxisAnnotationDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private ab; get valueRef(): string; set valueRef(a: string); private z; get text(): string; set text(a: string); private j; get backgroundCornerRadius(): number; set backgroundCornerRadius(a: number); private x; get labelFormat(): string; set labelFormat(a: string); private h; get labelFormatSpecifiers(): FormatSpecifierDescription[]; set labelFormatSpecifiers(a: FormatSpecifierDescription[]); private w; get formatLabelRef(): string; set formatLabelRef(a: string); private aa; get textColor(): string; set textColor(a: string); private v; get background(): string; set background(a: string); private y; get outline(): string; set outline(a: string); private o; get strokeThickness(): number; set strokeThickness(a: number); private l; get backgroundPaddingLeft(): number; set backgroundPaddingLeft(a: number); private n; get backgroundPaddingTop(): number; set backgroundPaddingTop(a: number); private m; get backgroundPaddingRight(): number; set backgroundPaddingRight(a: number); private k; get backgroundPaddingBottom(): number; set backgroundPaddingBottom(a: number); }