Class MixedChart
java.lang.Object
software.xdev.chartjs.model.charts.AbstractChart<MixedChart,Options<?,?>,MixedData>
software.xdev.chartjs.model.charts.MixedChart
- All Implemented Interfaces:
Chart<MixedChart,Options<?, ?>, MixedData>
Allows creation of mixed chart types
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.charts.AbstractChart
data, defaultObjectWriter, options -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.charts.AbstractChart
getData, getDefaultObjectWriter, getOptions, self, setData, setDefaultObjectWriter, setOptions, toJsonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.chartjs.model.charts.Chart
isDrawable, toJsonNative
-
Field Details
-
type
-
-
Constructor Details
-
MixedChart
public MixedChart()
-
-
Method Details
-
setType
-
getType
- Returns:
- type of this
Chartimplementation for proper drawing in JavaScript.
-