UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

50 lines (49 loc) 1.73 kB
import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class FinalValueLayerDescription extends AnnotationLayerDescription { static $t: Type; protected get_type(): string; constructor(); private dx; get targetSeriesName(): string; set targetSeriesName(a: string); private dy; get targetSeriesRef(): string; set targetSeriesRef(a: string); private dw; get finalValueSelectionMode(): string; set finalValueSelectionMode(a: string); private dv; get axisAnnotationTextColor(): string; set axisAnnotationTextColor(a: string); private dt; get axisAnnotationBackground(): string; set axisAnnotationBackground(a: string); private de; get axisAnnotationBackgroundCornerRadius(): number; set axisAnnotationBackgroundCornerRadius(a: number); private dr; get axisAnnotationInterpolatedValuePrecision(): number; set axisAnnotationInterpolatedValuePrecision(a: number); private du; get axisAnnotationOutline(): string; set axisAnnotationOutline(a: string); private dg; get axisAnnotationPaddingLeft(): number; set axisAnnotationPaddingLeft(a: number); private di; get axisAnnotationPaddingTop(): number; set axisAnnotationPaddingTop(a: number); private dh; get axisAnnotationPaddingRight(): number; set axisAnnotationPaddingRight(a: number); private df; get axisAnnotationPaddingBottom(): number; set axisAnnotationPaddingBottom(a: number); private dj; get axisAnnotationStrokeThickness(): number; set axisAnnotationStrokeThickness(a: number); }