Package cn.mapway.echart.client
Class ChartLegend
- java.lang.Object
-
- cn.mapway.echart.client.ChartLegend
-
@JsType(isNative=true, namespace="<global>", name="Object") public class ChartLegend extends ObjectChartTooltip- Author:
- zhang
-
-
Constructor Summary
Constructors Constructor Description ChartLegend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartItemStylegetItemStyle()ChartLabelStylegetTextStyle()ChartLegendset(String key, Object value)ChartLegendsetBottom(String bottom)ChartLegendsetLeft(String left)ChartLegendsetOrient(boolean verticle)ChartLegendsetRight(String right)ChartLegendsetTop(String top)
-
-
-
Field Detail
-
show
public boolean show
plain 或 scroll
-
left
public String left
-
top
public String top
-
right
public String right
-
bottom
public String bottom
-
orient
public String orient
-
itemStyle
public ChartItemStyle itemStyle
-
textStyle
public ChartLabelStyle textStyle
-
-
Method Detail
-
setLeft
@JsOverlay public final ChartLegend setLeft(String left)
-
setRight
@JsOverlay public final ChartLegend setRight(String right)
-
setTop
@JsOverlay public final ChartLegend setTop(String top)
-
setBottom
@JsOverlay public final ChartLegend setBottom(String bottom)
-
setOrient
@JsOverlay public final ChartLegend setOrient(boolean verticle)
-
getItemStyle
@JsOverlay public final ChartItemStyle getItemStyle()
-
getTextStyle
@JsOverlay public final ChartLabelStyle getTextStyle()
-
set
@JsOverlay public final ChartLegend set(String key, Object value)
-
-