Package cn.mapway.echart.client
Class ChartLabelStyle
java.lang.Object
cn.mapway.echart.client.ChartLabelStyle
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ChartLabelStyle
extends Object
ChartLabelStyle
- Author:
- zhang
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ChartLabelStylefinal ChartLabelStylefinal ChartLabelStylesetDistance(float distance) final ChartLabelStylesetPosition(String position) 设置图标位置final ChartLabelStylesetShow(boolean show)
-
Field Details
-
show
public boolean show -
position
-
distance
public float distance -
color
-
-
Constructor Details
-
ChartLabelStyle
public ChartLabelStyle()
-
-
Method Details
-
setShow
-
setColor
-
setDistance
-
setPosition
设置图标位置- Parameters:
position-LabelPosition
-
set
-