UNPKG

igniteui-react-core

Version:
53 lines (52 loc) 1.78 kB
import { SeriesDescription } from "./SeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ValueOverlayDescription extends SeriesDescription { static $t: Type; protected get_type(): string; constructor(); private fp; get axisRef(): string; set axisRef(a: string); private fb; get value(): number; set value(a: number); private e3; get isAxisAnnotationEnabled(): boolean; set isAxisAnnotationEnabled(a: boolean); private fm; get axisAnnotationFormatLabelRef(): string; set axisAnnotationFormatLabelRef(a: string); private fo; get axisAnnotationTextColor(): string; set axisAnnotationTextColor(a: string); private fl; get axisAnnotationBackground(): string; set axisAnnotationBackground(a: string); private e5; get axisAnnotationBackgroundCornerRadius(): number; set axisAnnotationBackgroundCornerRadius(a: number); private fj; get axisAnnotationInterpolatedValuePrecision(): number; set axisAnnotationInterpolatedValuePrecision(a: number); private fn; get axisAnnotationOutline(): string; set axisAnnotationOutline(a: string); private e7; get axisAnnotationPaddingLeft(): number; set axisAnnotationPaddingLeft(a: number); private e9; get axisAnnotationPaddingTop(): number; set axisAnnotationPaddingTop(a: number); private e8; get axisAnnotationPaddingRight(): number; set axisAnnotationPaddingRight(a: number); private e6; get axisAnnotationPaddingBottom(): number; set axisAnnotationPaddingBottom(a: number); private fa; get axisAnnotationStrokeThickness(): number; set axisAnnotationStrokeThickness(a: number); }