Class C3AxisX


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class C3AxisX
    extends Object
    • Constructor Detail

      • C3AxisX

        public C3AxisX()
    • 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)