Uses of Class
org.dashbuilder.renderer.c3.client.jsbinding.C3ChartSize
-
Packages that use C3ChartSize Package Description org.dashbuilder.renderer.c3.client org.dashbuilder.renderer.c3.client.jsbinding -
-
Uses of C3ChartSize in org.dashbuilder.renderer.c3.client
Methods in org.dashbuilder.renderer.c3.client that return C3ChartSize Modifier and Type Method Description protected C3ChartSizeC3Displayer. createSize() -
Uses of C3ChartSize in org.dashbuilder.renderer.c3.client.jsbinding
Methods in org.dashbuilder.renderer.c3.client.jsbinding that return C3ChartSize Modifier and Type Method Description C3ChartSizeC3JsTypesFactory. c3ChartSize(double width, double height)Methods in org.dashbuilder.renderer.c3.client.jsbinding with parameters of type C3ChartSize 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. setSize(C3ChartSize size)
-