@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.
19 lines (18 loc) • 643 B
TypeScript
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class SmithChartHelper extends TestHelper {
id: string;
wrapperFn: Function;
constructor(id: string, wrapperFn: Function);
getSmithchartContainer(): any;
getTitlegroupElement(): any;
getHorizontalAxisMajorGridLinesElement(): any;
gethAxisLineElement(): any;
getRadialAxisMajorGridLinesElement(): any;
getRAxisLineElement(): any;
getHAxisLabelsElement(): any;
getRAxisLabelsElement(): any;
getseriesCollectionsElement(): any;
getMarkerElement(): any;
getSecondaryElement(): any;
getLegendElement(): any;
}