UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

185 lines (184 loc) 6.54 kB
import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ValueLayerDescription extends AnnotationLayerDescription { static $t: Type; protected get_type(): string; constructor(); private iw; get valueMode(): string; set valueMode(a: string); private ig; get horizontalLineStroke(): string; set horizontalLineStroke(a: string); private ix; get verticalLineStroke(): string; set verticalLineStroke(a: string); private iv; get targetSeriesRef(): string; set targetSeriesRef(a: string); private iu; get targetAxisRef(): string; set targetAxisRef(a: string); private gs; get useInterpolation(): boolean; set useInterpolation(a: boolean); private gm; get isAxisAnnotationEnabled(): boolean; set isAxisAnnotationEnabled(a: boolean); private iz; get xAxisAnnotationFormatLabelRef(): string; set xAxisAnnotationFormatLabelRef(a: string); private i3; get yAxisAnnotationFormatLabelRef(): string; set yAxisAnnotationFormatLabelRef(a: string); private i1; get xAxisAnnotationTextColor(): string; set xAxisAnnotationTextColor(a: string); private iy; get xAxisAnnotationBackground(): string; set xAxisAnnotationBackground(a: string); private hb; get xAxisAnnotationBackgroundCornerRadius(): number; set xAxisAnnotationBackgroundCornerRadius(a: number); private ia; get xAxisAnnotationInterpolatedValuePrecision(): number; set xAxisAnnotationInterpolatedValuePrecision(a: number); private i0; get xAxisAnnotationOutline(): string; set xAxisAnnotationOutline(a: string); private hd; get xAxisAnnotationPaddingLeft(): number; set xAxisAnnotationPaddingLeft(a: number); private hf; get xAxisAnnotationPaddingTop(): number; set xAxisAnnotationPaddingTop(a: number); private he; get xAxisAnnotationPaddingRight(): number; set xAxisAnnotationPaddingRight(a: number); private hc; get xAxisAnnotationPaddingBottom(): number; set xAxisAnnotationPaddingBottom(a: number); private hj; get yAxisAnnotationPaddingLeft(): number; set yAxisAnnotationPaddingLeft(a: number); private hl; get yAxisAnnotationPaddingTop(): number; set yAxisAnnotationPaddingTop(a: number); private hk; get yAxisAnnotationPaddingRight(): number; set yAxisAnnotationPaddingRight(a: number); private hi; get yAxisAnnotationPaddingBottom(): number; set yAxisAnnotationPaddingBottom(a: number); private hg; get xAxisAnnotationStrokeThickness(): number; set xAxisAnnotationStrokeThickness(a: number); private i5; get yAxisAnnotationTextColor(): string; set yAxisAnnotationTextColor(a: string); private i2; get yAxisAnnotationBackground(): string; set yAxisAnnotationBackground(a: string); private hh; get yAxisAnnotationBackgroundCornerRadius(): number; set yAxisAnnotationBackgroundCornerRadius(a: number); private ib; get yAxisAnnotationInterpolatedValuePrecision(): number; set yAxisAnnotationInterpolatedValuePrecision(a: number); private i4; get yAxisAnnotationOutline(): string; set yAxisAnnotationOutline(a: string); private hm; get yAxisAnnotationStrokeThickness(): number; set yAxisAnnotationStrokeThickness(a: number); private gr; get skipUnknownValues(): boolean; set skipUnknownValues(a: boolean); private is; get overlayTextLocation(): string; set overlayTextLocation(a: string); private g7; get overlayTextHorizontalMargin(): number; set overlayTextHorizontalMargin(a: number); private g9; get overlayTextVerticalMargin(): number; set overlayTextVerticalMargin(a: number); private g8; get overlayTextHorizontalPadding(): number; set overlayTextHorizontalPadding(a: number); private ha; get overlayTextVerticalPadding(): number; set overlayTextVerticalPadding(a: number); private g0; get overlayTextAngle(): number; set overlayTextAngle(a: number); private im; get overlayTextColor(): string; set overlayTextColor(a: string); private ii; get overlayTextBackground(): string; set overlayTextBackground(a: string); private ik; get overlayTextBorderColor(): string; set overlayTextBorderColor(a: string); private g2; get overlayTextBorderRadius(): number; set overlayTextBorderRadius(a: number); private g4; get overlayTextBorderThickness(): number; set overlayTextBorderThickness(a: number); private gq; get overlayTextVisible(): boolean; set overlayTextVisible(a: boolean); private ih; get overlayText(): string; set overlayText(a: string); private g5; get overlayTextColorShift(): number; set overlayTextColorShift(a: number); private io; get overlayTextColorMode(): string; set overlayTextColorMode(a: string); private gp; get overlayTextColorMatchLayer(): boolean; set overlayTextColorMatchLayer(a: boolean); private g1; get overlayTextBackgroundShift(): number; set overlayTextBackgroundShift(a: number); private ij; get overlayTextBackgroundMode(): string; set overlayTextBackgroundMode(a: string); private gn; get overlayTextBackgroundMatchLayer(): boolean; set overlayTextBackgroundMatchLayer(a: boolean); private g3; get overlayTextBorderShift(): number; set overlayTextBorderShift(a: number); private il; get overlayTextBorderMode(): string; set overlayTextBorderMode(a: string); private go; get overlayTextBorderMatchLayer(): boolean; set overlayTextBorderMatchLayer(a: boolean); private ip; get overlayTextFontFamily(): string; set overlayTextFontFamily(a: string); private g6; get overlayTextFontSize(): number; set overlayTextFontSize(a: number); private iq; get overlayTextFontStyle(): string; set overlayTextFontStyle(a: string); private ir; get overlayTextFontWeight(): string; set overlayTextFontWeight(a: string); private ie; get actualValueLayerBrush(): string; set actualValueLayerBrush(a: string); private it; get stylingOverlayTextRef(): string; set stylingOverlayTextRef(a: string); }