UNPKG

@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.

55 lines (54 loc) 1.02 kB
/** * Specifies smithchart animationComplete event name. * * @private */ export declare const animationComplete: string; /** * Specifies smithchart legendRender event name. * * @private */ export declare const legendRender: string; /** * Specifies smithchart titleRender event name. * * @private */ export declare const titleRender: string; /** * Specifies smithchart subtitleRender event name. * * @private */ export declare const subtitleRender: string; /** * Specifies smithchart textRender event name. * * @private */ export declare const textRender: string; /** * Specifies smithchart seriesRender event name. * * @private */ export declare const seriesRender: string; /** * Specifies smithchart load event name. * * @private */ export declare const load: string; /** * Specifies smithchart loaded event name. * * @private */ export declare const loaded: string; /** * Specifies smithchart axisLabelRender event name. * * @private */ export declare const axisLabelRender: string;