ScatterChart
Parent Components
Child Components
Properties
- widthNumber - The width of chart container. 
- heightNumber - The height of chart container. 
- marginObjectoptional - The sizes of whitespace around the container. - DEFAULT: { top: 5, right: 5, bottom: 5, left: 5 } - FORMAT: - { top: 5, right: 5, bottom: 5, left: 5 }
- onClickFunctionoptional - The customized event handler of click in this chart. 
- onMouseDownFunctionoptional - The customized event handler of mousedown in this chart. 
- onMouseUpFunctionoptional - The customized event handler of mouseup in this chart. 
- onMouseMoveFunctionoptional - The customized event handler of mousemove in this chart. 
- onMouseOverFunctionoptional - The customized event handler of mouseover in this chart. 
- onMouseOutFunctionoptional - The customized event handler of mouseout in this chart. 
- onMouseEnterFunctionoptional - The customized event handler of mouseenter in this chart. 
- onMouseLeaveFunctionoptional - The customized event handler of mouseleave in this chart. 
- onDoubleClickFunctionoptional - The customized event handler of dblclick in this chart. 
- onContextMenuFunctionoptional - The customized event handler of contextmenu in this chart.