igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
16 lines (15 loc) • 503 B
TypeScript
import { UserAnnotationShapeDataContext } from "./UserAnnotationShapeDataContext";
import { UserStripAnnotation } from "./UserStripAnnotation";
import { Type } from "igniteui-webcomponents-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;
}