UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

191 lines (190 loc) 6.72 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 ir; get valueMode(): string; set valueMode(a: string); private h8; get horizontalLineStroke(): string; set horizontalLineStroke(a: string); private is; get verticalLineStroke(): string; set verticalLineStroke(a: string); private ip; get targetSeriesName(): string; set targetSeriesName(a: string); private iq; get targetSeriesRef(): string; set targetSeriesRef(a: string); private im; get targetAxisName(): string; set targetAxisName(a: string); private io; get targetAxisRef(): string; set targetAxisRef(a: string); private gl; get useInterpolation(): boolean; set useInterpolation(a: boolean); private gf; get isAxisAnnotationEnabled(): boolean; set isAxisAnnotationEnabled(a: boolean); private iu; get xAxisAnnotationFormatLabelRef(): string; set xAxisAnnotationFormatLabelRef(a: string); private iy; get yAxisAnnotationFormatLabelRef(): string; set yAxisAnnotationFormatLabelRef(a: string); private iw; get xAxisAnnotationTextColor(): string; set xAxisAnnotationTextColor(a: string); private it; get xAxisAnnotationBackground(): string; set xAxisAnnotationBackground(a: string); private g4; get xAxisAnnotationBackgroundCornerRadius(): number; set xAxisAnnotationBackgroundCornerRadius(a: number); private h3; get xAxisAnnotationInterpolatedValuePrecision(): number; set xAxisAnnotationInterpolatedValuePrecision(a: number); private iv; get xAxisAnnotationOutline(): string; set xAxisAnnotationOutline(a: string); private g6; get xAxisAnnotationPaddingLeft(): number; set xAxisAnnotationPaddingLeft(a: number); private g8; get xAxisAnnotationPaddingTop(): number; set xAxisAnnotationPaddingTop(a: number); private g7; get xAxisAnnotationPaddingRight(): number; set xAxisAnnotationPaddingRight(a: number); private g5; get xAxisAnnotationPaddingBottom(): number; set xAxisAnnotationPaddingBottom(a: number); private hc; get yAxisAnnotationPaddingLeft(): number; set yAxisAnnotationPaddingLeft(a: number); private he; get yAxisAnnotationPaddingTop(): number; set yAxisAnnotationPaddingTop(a: number); private hd; get yAxisAnnotationPaddingRight(): number; set yAxisAnnotationPaddingRight(a: number); private hb; get yAxisAnnotationPaddingBottom(): number; set yAxisAnnotationPaddingBottom(a: number); private g9; get xAxisAnnotationStrokeThickness(): number; set xAxisAnnotationStrokeThickness(a: number); private i0; get yAxisAnnotationTextColor(): string; set yAxisAnnotationTextColor(a: string); private ix; get yAxisAnnotationBackground(): string; set yAxisAnnotationBackground(a: string); private ha; get yAxisAnnotationBackgroundCornerRadius(): number; set yAxisAnnotationBackgroundCornerRadius(a: number); private h4; get yAxisAnnotationInterpolatedValuePrecision(): number; set yAxisAnnotationInterpolatedValuePrecision(a: number); private iz; get yAxisAnnotationOutline(): string; set yAxisAnnotationOutline(a: string); private hf; get yAxisAnnotationStrokeThickness(): number; set yAxisAnnotationStrokeThickness(a: number); private gk; get skipUnknownValues(): boolean; set skipUnknownValues(a: boolean); private ik; get overlayTextLocation(): string; set overlayTextLocation(a: string); private g0; get overlayTextHorizontalMargin(): number; set overlayTextHorizontalMargin(a: number); private g2; get overlayTextVerticalMargin(): number; set overlayTextVerticalMargin(a: number); private g1; get overlayTextHorizontalPadding(): number; set overlayTextHorizontalPadding(a: number); private g3; get overlayTextVerticalPadding(): number; set overlayTextVerticalPadding(a: number); private gt; get overlayTextAngle(): number; set overlayTextAngle(a: number); private ie; get overlayTextColor(): string; set overlayTextColor(a: string); private ia; get overlayTextBackground(): string; set overlayTextBackground(a: string); private ic; get overlayTextBorderColor(): string; set overlayTextBorderColor(a: string); private gv; get overlayTextBorderRadius(): number; set overlayTextBorderRadius(a: number); private gx; get overlayTextBorderThickness(): number; set overlayTextBorderThickness(a: number); private gj; get overlayTextVisible(): boolean; set overlayTextVisible(a: boolean); private h9; get overlayText(): string; set overlayText(a: string); private gy; get overlayTextColorShift(): number; set overlayTextColorShift(a: number); private ig; get overlayTextColorMode(): string; set overlayTextColorMode(a: string); private gi; get overlayTextColorMatchLayer(): boolean; set overlayTextColorMatchLayer(a: boolean); private gu; get overlayTextBackgroundShift(): number; set overlayTextBackgroundShift(a: number); private ib; get overlayTextBackgroundMode(): string; set overlayTextBackgroundMode(a: string); private gg; get overlayTextBackgroundMatchLayer(): boolean; set overlayTextBackgroundMatchLayer(a: boolean); private gw; get overlayTextBorderShift(): number; set overlayTextBorderShift(a: number); private id; get overlayTextBorderMode(): string; set overlayTextBorderMode(a: string); private gh; get overlayTextBorderMatchLayer(): boolean; set overlayTextBorderMatchLayer(a: boolean); private ih; get overlayTextFontFamily(): string; set overlayTextFontFamily(a: string); private gz; get overlayTextFontSize(): number; set overlayTextFontSize(a: number); private ii; get overlayTextFontStyle(): string; set overlayTextFontStyle(a: string); private ij; get overlayTextFontWeight(): string; set overlayTextFontWeight(a: string); private h7; get actualValueLayerBrush(): string; set actualValueLayerBrush(a: string); private il; get stylingOverlayTextRef(): string; set stylingOverlayTextRef(a: string); }