Uses of Class
org.pepstock.charba.client.items.ChartElementOptions
-
Packages that use ChartElementOptions Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js.org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js. -
-
Uses of ChartElementOptions in org.pepstock.charba.client.annotation.elements
Subclasses of ChartElementOptions in org.pepstock.charba.client.annotation.elements Modifier and Type Class Description classArrowElementMaps the arrow options of aAnnotationElementat runtime.classArrowHeadsElementMaps the arrow heads options of aAnnotationElementat runtime.classCalloutElementMaps the label options of aAnnotationElementat runtime.classOptionsElementMaps the options of aAnnotationElementat runtime. -
Uses of ChartElementOptions in org.pepstock.charba.client.geo
Subclasses of ChartElementOptions in org.pepstock.charba.client.geo Modifier and Type Class Description classGeoFeatureElementOptionsThe styling of the new elementGeoFeatureElementOptionsis based onBarelement with some additional options for the outline and graticule. -
Uses of ChartElementOptions in org.pepstock.charba.client.items
Subclasses of ChartElementOptions in org.pepstock.charba.client.items Modifier and Type Class Description classArcElementOptionsMaps the out-of-the-box CHART.JS element options used to represents arcs on the charts.classBarElementOptionsMaps the out-of-the-box CHART.JS element options used to represents bars on the charts.classCommonElementOptionsMaps the common options of theChartElements.classPointElementOptionsMaps the out-of-the-box CHART.JS element options used to represents points on the charts.Methods in org.pepstock.charba.client.items that return ChartElementOptions Modifier and Type Method Description ChartElementOptionsChartElementFactory. createOptions(ChartElement parent, NativeObject nativeObject)Creates aChartElementOptionsinstance by a native object.ChartElementOptionsChartElement. getOptions()Returns the element options.ChartElementOptionsDatasetItemController. getStyle(int dataIndex)Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified. -
Uses of ChartElementOptions in org.pepstock.charba.client.matrix
Subclasses of ChartElementOptions in org.pepstock.charba.client.matrix Modifier and Type Class Description classMatrixElementOptionsMaps the out-of-the-box CHART.JS element options used to represents boxes for matrix on the charts. -
Uses of ChartElementOptions in org.pepstock.charba.client.sankey
Subclasses of ChartElementOptions in org.pepstock.charba.client.sankey Modifier and Type Class Description classSankeyElementOptionsMaps the out-of-the-box CHART.JS element options used to represents flows on the charts. -
Uses of ChartElementOptions in org.pepstock.charba.client.treemap
Subclasses of ChartElementOptions in org.pepstock.charba.client.treemap Modifier and Type Class Description classTreeMapElementOptionsMaps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.
-