igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
15 lines (14 loc) • 514 B
TypeScript
import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-angular-core";
import { UserBaseAnnotation } from "./UserBaseAnnotation";
/**
* @hidden
*/
export declare class UserAnnotationDataContext extends Base implements INotifyPropertyChanged {
static $t: Type;
private a;
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
constructor(a: UserBaseAnnotation);
private d;
get b(): UserBaseAnnotation;
get label(): string;
}