Class LineStyle

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

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

    • color

      public String color
    • width

      public float width
    • type

      public String type
    • dashOffset

      public float dashOffset
    • cap

      public String cap
    • join

      public String join
    • miterLimit

      public float miterLimit
    • opacity

      public float opacity
    • shadowOffsetX

      public float shadowOffsetX
    • shadowOffsetY

      public float shadowOffsetY
    • shadowColor

      public String shadowColor
    • shadowBlur

      public float shadowBlur
  • Constructor Details

    • LineStyle

      public LineStyle()
  • Method Details