Class C3Grid
- java.lang.Object
-
- org.dashbuilder.renderer.c3.client.jsbinding.C3Grid
-
@JsType(isNative=true, namespace="<global>", name="Object") public class C3Grid extends Object
-
-
Constructor Summary
Constructors Constructor Description C3Grid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetX(C3GridConf x)voidsetY(C3GridConf y)
-
-
-
Method Detail
-
setX
@JsProperty public void setX(C3GridConf x)
-
setY
@JsProperty public void setY(C3GridConf y)
-
-