Uses of Class
org.dashbuilder.renderer.c3.client.jsbinding.C3Legend
-
Packages that use C3Legend Package Description org.dashbuilder.renderer.c3.client.jsbinding -
-
Uses of C3Legend in org.dashbuilder.renderer.c3.client.jsbinding
Methods in org.dashbuilder.renderer.c3.client.jsbinding that return C3Legend Modifier and Type Method Description C3LegendC3JsTypesFactory. c3Legend(boolean show, String position)C3LegendC3Chart. getLegend()Methods in org.dashbuilder.renderer.c3.client.jsbinding with parameters of type C3Legend Modifier and Type Method Description C3ChartConfC3JsTypesFactory. c3ChartConf(C3ChartSize size, C3ChartData data, C3AxisInfo axis, C3Grid grid, C3Transition transition, C3Point point, C3Padding padding, C3Legend legend, C3Color color)voidC3ChartConf. setLegend(C3Legend legend)
-