UNPKG

igniteui-react-core

Version:
110 lines (109 loc) 4.02 kB
import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CrosshairLayerDescription extends AnnotationLayerDescription { static $t: Type; protected get_type(): string; constructor(); private hh; get horizontalLineStroke(): string; set horizontalLineStroke(a: string); private hl; get verticalLineStroke(): string; set verticalLineStroke(a: string); private hj; get targetSeriesName(): string; set targetSeriesName(a: string); private hk; get targetSeriesRef(): string; set targetSeriesRef(a: string); private gj; get useInterpolation(): boolean; set useInterpolation(a: boolean); private gf; get isAxisAnnotationEnabled(): boolean; set isAxisAnnotationEnabled(a: boolean); private hq; get xAxisAnnotationTextColor(): string; set xAxisAnnotationTextColor(a: string); private hn; get xAxisAnnotationBackground(): string; set xAxisAnnotationBackground(a: string); private gp; get xAxisAnnotationBackgroundCornerRadius(): number; set xAxisAnnotationBackgroundCornerRadius(a: number); private hd; get xAxisAnnotationInterpolatedValuePrecision(): number; set xAxisAnnotationInterpolatedValuePrecision(a: number); private hp; get xAxisAnnotationOutline(): string; set xAxisAnnotationOutline(a: string); private gr; get xAxisAnnotationPaddingLeft(): number; set xAxisAnnotationPaddingLeft(a: number); private gt; get xAxisAnnotationPaddingTop(): number; set xAxisAnnotationPaddingTop(a: number); private gs; get xAxisAnnotationPaddingRight(): number; set xAxisAnnotationPaddingRight(a: number); private gq; get xAxisAnnotationPaddingBottom(): number; set xAxisAnnotationPaddingBottom(a: number); private gx; get yAxisAnnotationPaddingLeft(): number; set yAxisAnnotationPaddingLeft(a: number); private gz; get yAxisAnnotationPaddingTop(): number; set yAxisAnnotationPaddingTop(a: number); private gy; get yAxisAnnotationPaddingRight(): number; set yAxisAnnotationPaddingRight(a: number); private gw; get yAxisAnnotationPaddingBottom(): number; set yAxisAnnotationPaddingBottom(a: number); private gu; get xAxisAnnotationStrokeThickness(): number; set xAxisAnnotationStrokeThickness(a: number); private hu; get yAxisAnnotationTextColor(): string; set yAxisAnnotationTextColor(a: string); private hr; get yAxisAnnotationBackground(): string; set yAxisAnnotationBackground(a: string); private gv; get yAxisAnnotationBackgroundCornerRadius(): number; set yAxisAnnotationBackgroundCornerRadius(a: number); private he; get yAxisAnnotationInterpolatedValuePrecision(): number; set yAxisAnnotationInterpolatedValuePrecision(a: number); private ht; get yAxisAnnotationOutline(): string; set yAxisAnnotationOutline(a: string); private g0; get yAxisAnnotationStrokeThickness(): number; set yAxisAnnotationStrokeThickness(a: number); private hm; get verticalLineVisibility(): string; set verticalLineVisibility(a: string); private hi; get horizontalLineVisibility(): string; set horizontalLineVisibility(a: string); private gi; get skipUnknownValues(): boolean; set skipUnknownValues(a: boolean); private gh; get skipAxisAnnotationOnZeroValueFragments(): boolean; set skipAxisAnnotationOnZeroValueFragments(a: boolean); private gg; get skipAxisAnnotationOnInvalidData(): boolean; set skipAxisAnnotationOnInvalidData(a: boolean); private ho; get xAxisAnnotationFormatLabelRef(): string; set xAxisAnnotationFormatLabelRef(a: string); private hs; get yAxisAnnotationFormatLabelRef(): string; set yAxisAnnotationFormatLabelRef(a: string); }