UNPKG

igniteui-react-core

Version:
104 lines (103 loc) 3.76 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 hd; get horizontalLineStroke(): string; set horizontalLineStroke(a: string); private hh; get verticalLineStroke(): string; set verticalLineStroke(a: string); private hf; get targetSeriesName(): string; set targetSeriesName(a: string); private hg; get targetSeriesRef(): string; set targetSeriesRef(a: string); private gh; get useInterpolation(): boolean; set useInterpolation(a: boolean); private gf; get isAxisAnnotationEnabled(): boolean; set isAxisAnnotationEnabled(a: boolean); private hm; get xAxisAnnotationTextColor(): string; set xAxisAnnotationTextColor(a: string); private hj; get xAxisAnnotationBackground(): string; set xAxisAnnotationBackground(a: string); private gl; get xAxisAnnotationBackgroundCornerRadius(): number; set xAxisAnnotationBackgroundCornerRadius(a: number); private g9; get xAxisAnnotationInterpolatedValuePrecision(): number; set xAxisAnnotationInterpolatedValuePrecision(a: number); private hl; get xAxisAnnotationOutline(): string; set xAxisAnnotationOutline(a: string); private gn; get xAxisAnnotationPaddingLeft(): number; set xAxisAnnotationPaddingLeft(a: number); private gp; get xAxisAnnotationPaddingTop(): number; set xAxisAnnotationPaddingTop(a: number); private go; get xAxisAnnotationPaddingRight(): number; set xAxisAnnotationPaddingRight(a: number); private gm; get xAxisAnnotationPaddingBottom(): number; set xAxisAnnotationPaddingBottom(a: number); private gt; get yAxisAnnotationPaddingLeft(): number; set yAxisAnnotationPaddingLeft(a: number); private gv; get yAxisAnnotationPaddingTop(): number; set yAxisAnnotationPaddingTop(a: number); private gu; get yAxisAnnotationPaddingRight(): number; set yAxisAnnotationPaddingRight(a: number); private gs; get yAxisAnnotationPaddingBottom(): number; set yAxisAnnotationPaddingBottom(a: number); private gq; get xAxisAnnotationStrokeThickness(): number; set xAxisAnnotationStrokeThickness(a: number); private hq; get yAxisAnnotationTextColor(): string; set yAxisAnnotationTextColor(a: string); private hn; get yAxisAnnotationBackground(): string; set yAxisAnnotationBackground(a: string); private gr; get yAxisAnnotationBackgroundCornerRadius(): number; set yAxisAnnotationBackgroundCornerRadius(a: number); private ha; get yAxisAnnotationInterpolatedValuePrecision(): number; set yAxisAnnotationInterpolatedValuePrecision(a: number); private hp; get yAxisAnnotationOutline(): string; set yAxisAnnotationOutline(a: string); private gw; get yAxisAnnotationStrokeThickness(): number; set yAxisAnnotationStrokeThickness(a: number); private hi; get verticalLineVisibility(): string; set verticalLineVisibility(a: string); private he; get horizontalLineVisibility(): string; set horizontalLineVisibility(a: string); private gg; get skipUnknownValues(): boolean; set skipUnknownValues(a: boolean); private hk; get xAxisAnnotationFormatLabelRef(): string; set xAxisAnnotationFormatLabelRef(a: string); private ho; get yAxisAnnotationFormatLabelRef(): string; set yAxisAnnotationFormatLabelRef(a: string); }