igniteui-react-core
Version:
Ignite UI React Core.
174 lines (173 loc) • 6.2 kB
TypeScript
import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { FormatSpecifierDescription } from "./FormatSpecifierDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CalloutLayerDescription extends AnnotationLayerDescription {
static $t: Type;
protected get_type(): string;
constructor();
private gj;
get calloutExpandsAxisBufferEnabled(): boolean;
set calloutExpandsAxisBufferEnabled(a: boolean);
private gl;
get calloutExpandsAxisBufferOnlyWhenVisible(): boolean;
set calloutExpandsAxisBufferOnlyWhenVisible(a: boolean);
private gk;
get calloutExpandsAxisBufferOnInitialVisibility(): boolean;
set calloutExpandsAxisBufferOnInitialVisibility(a: boolean);
private gm;
get calloutSuspendedWhenShiftingToVisible(): boolean;
set calloutSuspendedWhenShiftingToVisible(a: boolean);
private hg;
get calloutExpandsAxisBufferMinHeight(): number;
set calloutExpandsAxisBufferMinHeight(a: number);
private he;
get calloutExpandsAxisBufferMaxHeight(): number;
set calloutExpandsAxisBufferMaxHeight(a: number);
private hh;
get calloutExpandsAxisBufferMinWidth(): number;
set calloutExpandsAxisBufferMinWidth(a: number);
private hf;
get calloutExpandsAxisBufferMaxWidth(): number;
set calloutExpandsAxisBufferMaxWidth(a: number);
private im;
get labelMemberPath(): string;
set labelMemberPath(a: string);
private ir;
get xMemberPath(): string;
set xMemberPath(a: string);
private is;
get yMemberPath(): string;
set yMemberPath(a: string);
private ik;
get keyMemberPath(): string;
set keyMemberPath(a: string);
private go;
get isCalloutOffsettingEnabled(): boolean;
set isCalloutOffsettingEnabled(a: boolean);
private il;
get labelFormat(): string;
set labelFormat(a: string);
private gg;
get labelFormatSpecifiers(): FormatSpecifierDescription[];
set labelFormatSpecifiers(a: FormatSpecifierDescription[]);
private ii;
get contentMemberPath(): string;
set contentMemberPath(a: string);
private io;
get targetSeriesName(): string;
set targetSeriesName(a: string);
private ip;
get targetSeriesRef(): string;
set targetSeriesRef(a: string);
private ih;
get collisionChannel(): string;
set collisionChannel(a: string);
private gf;
get allowedPositions(): string[];
set allowedPositions(a: string[]);
private gn;
get isAutoCalloutBehaviorEnabled(): boolean;
set isAutoCalloutBehaviorEnabled(a: boolean);
private gt;
get useInterpolatedValueForAutoCalloutLabels(): boolean;
set useInterpolatedValueForAutoCalloutLabels(a: boolean);
private gw;
get useSeriesColorForOutline(): boolean;
set useSeriesColorForOutline(a: boolean);
private gs;
get useAutoContrastingLabelColors(): boolean;
set useAutoContrastingLabelColors(a: boolean);
private gu;
get useItemColorForFill(): boolean;
set useItemColorForFill(a: boolean);
private gv;
get useItemColorForOutline(): boolean;
set useItemColorForOutline(a: boolean);
private gx;
get useValueForAutoCalloutLabels(): boolean;
set useValueForAutoCalloutLabels(a: boolean);
private ij;
get highlightedValueLabelMode(): string;
set highlightedValueLabelMode(a: string);
private h3;
get autoCalloutVisibilityMode(): string;
set autoCalloutVisibilityMode(a: string);
private hd;
get calloutCornerRadius(): number;
set calloutCornerRadius(a: number);
private gq;
get isCustomCalloutStyleEnabled(): boolean;
set isCustomCalloutStyleEnabled(a: boolean);
private gp;
get isCustomCalloutRenderStyleEnabled(): boolean;
set isCustomCalloutRenderStyleEnabled(a: boolean);
private hz;
get autoCalloutLabelPrecision(): number;
set autoCalloutLabelPrecision(a: number);
private ig;
get calloutTextColor(): string;
set calloutTextColor(a: string);
private ia;
get calloutLightTextColor(): string;
set calloutLightTextColor(a: string);
private h7;
get calloutDarkTextColor(): string;
set calloutDarkTextColor(a: string);
private h4;
get calloutBackground(): string;
set calloutBackground(a: string);
private gr;
get shouldTruncateOnBoundaryCollisions(): boolean;
set shouldTruncateOnBoundaryCollisions(a: boolean);
private h0;
get calloutInterpolatedValuePrecision(): number;
set calloutInterpolatedValuePrecision(a: number);
private ib;
get calloutOutline(): string;
set calloutOutline(a: string);
private h9;
get calloutLeaderBrush(): string;
set calloutLeaderBrush(a: string);
private hj;
get calloutPaddingLeft(): number;
set calloutPaddingLeft(a: number);
private hl;
get calloutPaddingTop(): number;
set calloutPaddingTop(a: number);
private hk;
get calloutPaddingRight(): number;
set calloutPaddingRight(a: number);
private hi;
get calloutPaddingBottom(): number;
set calloutPaddingBottom(a: number);
private h5;
get calloutCollisionMode(): string;
set calloutCollisionMode(a: string);
private hm;
get calloutPositionPadding(): number;
set calloutPositionPadding(a: number);
private hn;
get calloutStrokeThickness(): number;
set calloutStrokeThickness(a: number);
private iq;
get textStyle(): string;
set textStyle(a: string);
private ie;
get calloutStyleUpdatingRef(): string;
set calloutStyleUpdatingRef(a: string);
private ic;
get calloutRenderStyleUpdatingRef(): string;
set calloutRenderStyleUpdatingRef(a: string);
private h6;
get calloutContentUpdatingRef(): string;
set calloutContentUpdatingRef(a: string);
private h8;
get calloutLabelUpdatingRef(): string;
set calloutLabelUpdatingRef(a: string);
private id;
get calloutSeriesSelectingRef(): string;
set calloutSeriesSelectingRef(a: string);
}