@syncfusion/ej2-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.
20 lines (19 loc) • 643 B
TypeScript
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class ChartHelper extends TestHelper {
id: string;
wrapperFn: Function;
constructor(id: string, wrapperFn: Function);
getChartContainer(): any;
getAxisInsideElement(): any;
getAxisOutsideElement(): any;
getSeriesElement(): any;
getTooltipElement(): any;
getLegendElement(): any;
getAnnotationElement(): any;
getUserInteractionElement(): any;
getTrendLineElement(): any;
getIndicatorElement(): any;
getZoomingKitElement(): any;
getStriplineBehindCollection(): any;
getStriplineOverCollection(): any;
}