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