public class ScatterChart extends AbstractChart<ScatterDataset>
Modifier | Constructor and Description |
---|---|
|
ScatterChart()
Builds the object.
|
protected |
ScatterChart(Type extendedType)
Builds the chart.
This is must be extended for controller which are based on this type of chart. |
Modifier and Type | Method and Description |
---|---|
ScatterOptions |
getOptions()
Returns the options of chart.
|
ScatterDataset |
newDataset()
Creates a new dataset related to chart type.
|
addHandler, clear, createChartOptions, destroy, draw, generateLegend, getBaseType, getCanvas, getChartElement, getData, getDatasetAtEvent, getDatasetMeta, getDefaultChartOptions, getElementAtEvent, getElementsAtEvent, getId, getInitialCursor, getNode, getPlugins, getSource, getType, getVisibleDatasetCount, getWholeOptions, isDatasetVisible, isDestroyOnDetach, isDrawOnAttach, isInitialized, onAttach, onDetach, reconfigure, reconfigure, removeCanvasPreventDefault, render, render, reset, resize, setDestroyOnDetach, setDrawOnAttach, stop, toBase64Image, update, update
fireEvent, getHandlerCount, isEventHandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAndGetIfConsistent, checkIfConsistent, checkIfValid, fireEvent, isAbstractChart, isConsistent, isValid
public ScatterChart()
protected ScatterChart(Type extendedType)
extendedType
- type of chartpublic ScatterOptions getOptions()
IsChart
public ScatterDataset newDataset()
AbstractChart
newDataset
in class AbstractChart<ScatterDataset>