UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

6 lines (5 loc) 179 B
import { AnnotationBase } from "./AnnotationBase"; export declare class AnnotationDragDeltaEventArgs { sender: AnnotationBase; constructor(sender: AnnotationBase); }