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.

7 lines (6 loc) 282 B
import { Smithchart } from '../../smithchart'; import { PointRegion } from '../../smithchart/utils/utils'; export declare class Marker { drawMarker(smithchart: Smithchart, seriesindex: number, groupElement: Element, pointsRegion: PointRegion[]): void; private drawSymbol; }