@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) • 727 B
TypeScript
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class AccumulationChartHelper extends TestHelper {
id: string;
wrapperFn: Function;
constructor(id: string, wrapperFn: Function);
getAccumulationContainer(): any;
getAccumulationSecondaryElement(): any;
getAccumulationTooltip(): any;
getAccumulationSvgElement(): any;
getAccumulationSeriesCollection(): any;
getAccumulationSeries(): any;
getAccumulationDatalabel(): any;
getAccumulationTitle(): any;
getAccumulationSubtitle(): any;
getAccumulatioLegendCollection(): any;
getAccumulationLegendBoundary(): any;
getAccumulationBorder(): any;
getAccumulationAnnotationCollection(): any;
}