public class TimeSeriesBarChart extends AbstractChart<TimeSeriesBarDataset>
Modifier | Constructor and Description |
---|---|
|
TimeSeriesBarChart()
Builds the object.
|
protected |
TimeSeriesBarChart(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 |
---|---|
TimeSeriesBarOptions |
getOptions()
Returns the options of chart.
|
TimeSeriesBarDataset |
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 TimeSeriesBarChart()
protected TimeSeriesBarChart(Type extendedType)
extendedType
- type of chartpublic TimeSeriesBarOptions getOptions()
IsChart
public TimeSeriesBarDataset newDataset()
AbstractChart
newDataset
in class AbstractChart<TimeSeriesBarDataset>