public class HorizontalBarChart extends BarChart
Modifier | Constructor and Description |
---|---|
|
HorizontalBarChart()
Builds the object.
|
protected |
HorizontalBarChart(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 |
---|---|
HorizontalBarDataset |
newDataset()
Creates a new dataset related to chart type.
|
getOptions
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 HorizontalBarChart()
protected HorizontalBarChart(Type extendedType)
extendedType
- type of chartpublic HorizontalBarDataset newDataset()
AbstractChart
newDataset
in class BarChart