UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

13 lines (12 loc) 393 B
import { UserAnnotationDataContext } from "./UserAnnotationDataContext"; import { UserAxisAnnotation } from "./UserAxisAnnotation"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class UserAnnotationAxisDataContext extends UserAnnotationDataContext { static $t: Type; private e; constructor(a: UserAxisAnnotation); get value(): number; }