igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
16 lines (15 loc) • 512 B
TypeScript
import { UserAnnotationShapeDataContext } from "./UserAnnotationShapeDataContext";
import { UserStripAnnotation } from "./UserStripAnnotation";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class UserAnnotationStripDataContext extends UserAnnotationShapeDataContext {
static $t: Type;
private i;
constructor(a: UserStripAnnotation);
get startLabel(): string;
get endLabel(): string;
get startValue(): number;
get endValue(): number;
}