igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
26 lines (25 loc) • 832 B
TypeScript
import { UserBaseAnnotationDescription } from "./UserBaseAnnotationDescription";
import { SeriesMatcherDescription } from "./SeriesMatcherDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class UserPointAnnotationDescription extends UserBaseAnnotationDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private a7;
get targetSeriesRef(): string;
set targetSeriesRef(a: string);
private az;
get targetSeriesMatcher(): SeriesMatcherDescription;
set targetSeriesMatcher(a: SeriesMatcherDescription);
private a2;
get xValue(): number;
set xValue(a: number);
private a3;
get yValue(): number;
set yValue(a: number);
}