Class ChartItemStyle

java.lang.Object
cn.mapway.echart.client.ChartItemStyle

@JsType(isNative=true, namespace="<global>", name="Object") public class ChartItemStyle extends Object
ChartItemStyle
Author:
zhang
  • Field Details

    • color

      public String color
    • shadowColor

      public String shadowColor
    • borderType

      public String borderType
    • opacity

      public float opacity
    • borderRadius

      public double borderRadius
    • borderColor

      public String borderColor
    • borderWidth

      public double borderWidth
  • Constructor Details

    • ChartItemStyle

      public ChartItemStyle()
  • Method Details