public class VerticalLineChart extends LineChart
| Modifier | Constructor and Description |
|---|---|
|
VerticalLineChart()
Builds the object.
|
protected |
VerticalLineChart(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 |
|---|---|
VerticalLineOptions |
getOptions()
Returns the options of chart.
|
VerticalLineDataset |
newDataset()
Creates a new dataset related to chart type.
|
VerticalLineDataset |
newDataset(boolean hidden)
Creates a new dataset related to chart type.
|
addHandler, applyConfiguration, clear, createAndSetTimer, destroy, draw, getActiveElements, getBaseType, getCanvas, getChartElement, getData, getDatasetAtEvent, getDatasetItem, getDefaultChartOptions, getElementAtEvent, getElementsAtEvent, getId, getInitialCursor, getNode, getPlugins, getSource, getTimer, getTooltipActiveElements, getType, getVisibleDatasetCount, getWholeOptions, hide, isChartAttached, isDatasetVisible, isDataVisible, isDestroyOnDetach, isDrawOnAttach, isInitialized, onAttach, onDetach, reconfigure, reconfigure, reconfigure, removeCanvasPreventDefault, render, reset, resetActiveElements, resetTooltipActiveElements, resize, resize, setActiveElements, setActiveElements, setDatasetVisibility, setDestroyOnDetach, setDrawOnAttach, setTooltipActiveElements, setTooltipActiveElements, show, stop, toBase64Image, toggleDataVisibility, update, update, updatefireEvent, getHandlerCount, isEventHandledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckAndGetIfConsistent, checkAndGetIfValid, checkIfConsistent, checkIfValid, fireEvent, getHandlerCount, isAbstractChart, isConsistent, isEventHandled, isValid, toBase64Image, toBase64Image, toBase64Imagepublic VerticalLineChart()
protected VerticalLineChart(Type extendedType)
extendedType - type of chartpublic VerticalLineOptions getOptions()
IsChartgetOptions in interface IsChartgetOptions in class LineChartpublic VerticalLineDataset newDataset()
IsDatasetCreatorpublic VerticalLineDataset newDataset(boolean hidden)
IsDatasetCreatornewDataset in interface IsDatasetCreator<LineDataset>newDataset in class LineCharthidden - if true, it will be initially hidden.