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 ObjectChartLabelStyle- Author:
- zhang
-
-
Constructor Summary
Constructors Constructor Description ChartLabelStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartLabelStyleset(String key, Object value)ChartLabelStylesetColor(String color)ChartLabelStylesetDistance(float distance)ChartLabelStylesetPosition(String position)设置图标位置ChartLabelStylesetShow(boolean show)
-
-
-
Method Detail
-
setShow
@JsOverlay public final ChartLabelStyle setShow(boolean show)
-
setColor
@JsOverlay public final ChartLabelStyle setColor(String color)
-
setDistance
@JsOverlay public final ChartLabelStyle setDistance(float distance)
-
setPosition
@JsOverlay public final ChartLabelStyle setPosition(String position)
设置图标位置- Parameters:
position-LabelPosition
-
set
@JsOverlay public final ChartLabelStyle set(String key, Object value)
-
-