Class C3AxisX
- java.lang.Object
-
- org.dashbuilder.renderer.c3.client.jsbinding.C3AxisX
-
@JsType(isNative=true, namespace="<global>", name="Object") public class C3AxisX extends Object
-
-
Constructor Summary
Constructors Constructor Description C3AxisX()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description C3TickgetTick()voidsetCategories(String[] categories)voidsetLabel(C3AxisLabel label)voidsetShow(boolean show)voidsetTick(C3Tick tick)voidsetType(String type)
-
-
-
Method Detail
-
setType
@JsProperty public void setType(String type)
-
setCategories
@JsProperty public void setCategories(String[] categories)
-
setTick
@JsProperty public void setTick(C3Tick tick)
-
getTick
@JsProperty public C3Tick getTick()
-
setShow
@JsProperty public void setShow(boolean show)
-
setLabel
@JsProperty public void setLabel(C3AxisLabel label)
-
-