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.

92 lines (91 loc) 2.66 kB
/** * Specifies the chart constant value */ /** @private */ export declare const loaded: string; /** @private */ export declare const legendClick: string; /** @private */ export declare const load: string; /** @private */ export declare const animationComplete: string; /** @private */ export declare const legendRender: string; /** @private */ export declare const textRender: string; /** @private */ export declare const pointRender: string; /** @private */ export declare const sharedTooltipRender: string; /** @private */ export declare const seriesRender: string; /** @private */ export declare const axisLabelRender: string; /** @private */ export declare const axisLabelClick: string; /** @private */ export declare const axisRangeCalculated: string; /** @private */ export declare const axisMultiLabelRender: string; /** @private */ export declare const tooltipRender: string; /** @private */ export declare const chartMouseMove: string; /** @private */ export declare const chartMouseClick: string; /** @private */ export declare const chartDoubleClick: string; /** @private */ export declare const pointClick: string; /** @private */ export declare const pointDoubleClick: string; /** @private */ export declare const pointMove: string; /** @private */ export declare const chartMouseLeave: string; /** @private */ export declare const chartMouseDown: string; /** @private */ export declare const chartMouseUp: string; /** @private */ export declare const zoomComplete: string; /** @private */ export declare const dragComplete: string; /** @private */ export declare const selectionComplete: string; /** @private */ export declare const resized: string; /** @private */ export declare const beforeResize: string; /** @private */ export declare const beforePrint: string; /** @private */ export declare const annotationRender: string; /** @private */ export declare const scrollStart: string; /** @private */ export declare const scrollEnd: string; /** @private */ export declare const scrollChanged: string; /** @private */ export declare const stockEventRender: string; /** @private */ export declare const multiLevelLabelClick: string; /** @private */ export declare const dragStart: string; /** @private */ export declare const drag: string; /** @private */ export declare const dragEnd: string; /*** @private*/ export declare const regSub: RegExp; /*** @private*/ export declare const regSup: RegExp; /** @private */ export declare const beforeExport: string; /** @private */ export declare const afterExport: string; /** @private */ export declare const bulletChartMouseClick: string; /** @private */ export declare const onZooming: string;