Lines Matching defs:markers
2 * Utility class used for drawing markers.
11 markers: {
32 * Draws the markers
181 * Collection of markers to be used in the series.
190 * Collection of markers to be re-used on a series redraw.
263 * Creates a cache of markers for reuse.
287 * Draws a series of markers in a single shape instance.
290 * @param {Object} styles Set of configuration properties used to create the markers.
296 markers = this.get("markers"),
301 if(markers && markers.length > 0)
303 while(markers.length > 0)
305 marker = markers.shift();
308 this.set("markers", []);
349 markers = this.get("markers"),
352 if(markers)
354 len = markers.length;
357 marker = markers[i];
367 * Removes unused markers from the marker cache
386 * Resizes and positions markers based on a mouse interaction.