igniteui-react-core
Version:
Ignite UI React Core.
104 lines (103 loc) • 3.76 kB
TypeScript
import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CrosshairLayerDescription extends AnnotationLayerDescription {
static $t: Type;
protected get_type(): string;
constructor();
private g7;
get horizontalLineStroke(): string;
set horizontalLineStroke(a: string);
private hb;
get verticalLineStroke(): string;
set verticalLineStroke(a: string);
private g9;
get targetSeriesName(): string;
set targetSeriesName(a: string);
private ha;
get targetSeriesRef(): string;
set targetSeriesRef(a: string);
private gb;
get useInterpolation(): boolean;
set useInterpolation(a: boolean);
private f9;
get isAxisAnnotationEnabled(): boolean;
set isAxisAnnotationEnabled(a: boolean);
private hg;
get xAxisAnnotationTextColor(): string;
set xAxisAnnotationTextColor(a: string);
private hd;
get xAxisAnnotationBackground(): string;
set xAxisAnnotationBackground(a: string);
private gf;
get xAxisAnnotationBackgroundCornerRadius(): number;
set xAxisAnnotationBackgroundCornerRadius(a: number);
private g3;
get xAxisAnnotationInterpolatedValuePrecision(): number;
set xAxisAnnotationInterpolatedValuePrecision(a: number);
private hf;
get xAxisAnnotationOutline(): string;
set xAxisAnnotationOutline(a: string);
private gh;
get xAxisAnnotationPaddingLeft(): number;
set xAxisAnnotationPaddingLeft(a: number);
private gj;
get xAxisAnnotationPaddingTop(): number;
set xAxisAnnotationPaddingTop(a: number);
private gi;
get xAxisAnnotationPaddingRight(): number;
set xAxisAnnotationPaddingRight(a: number);
private gg;
get xAxisAnnotationPaddingBottom(): number;
set xAxisAnnotationPaddingBottom(a: number);
private gn;
get yAxisAnnotationPaddingLeft(): number;
set yAxisAnnotationPaddingLeft(a: number);
private gp;
get yAxisAnnotationPaddingTop(): number;
set yAxisAnnotationPaddingTop(a: number);
private go;
get yAxisAnnotationPaddingRight(): number;
set yAxisAnnotationPaddingRight(a: number);
private gm;
get yAxisAnnotationPaddingBottom(): number;
set yAxisAnnotationPaddingBottom(a: number);
private gk;
get xAxisAnnotationStrokeThickness(): number;
set xAxisAnnotationStrokeThickness(a: number);
private hk;
get yAxisAnnotationTextColor(): string;
set yAxisAnnotationTextColor(a: string);
private hh;
get yAxisAnnotationBackground(): string;
set yAxisAnnotationBackground(a: string);
private gl;
get yAxisAnnotationBackgroundCornerRadius(): number;
set yAxisAnnotationBackgroundCornerRadius(a: number);
private g4;
get yAxisAnnotationInterpolatedValuePrecision(): number;
set yAxisAnnotationInterpolatedValuePrecision(a: number);
private hj;
get yAxisAnnotationOutline(): string;
set yAxisAnnotationOutline(a: string);
private gq;
get yAxisAnnotationStrokeThickness(): number;
set yAxisAnnotationStrokeThickness(a: number);
private hc;
get verticalLineVisibility(): string;
set verticalLineVisibility(a: string);
private g8;
get horizontalLineVisibility(): string;
set horizontalLineVisibility(a: string);
private ga;
get skipUnknownValues(): boolean;
set skipUnknownValues(a: boolean);
private he;
get xAxisAnnotationFormatLabelRef(): string;
set xAxisAnnotationFormatLabelRef(a: string);
private hi;
get yAxisAnnotationFormatLabelRef(): string;
set yAxisAnnotationFormatLabelRef(a: string);
}