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