public class AxisPointerLabel extends Object
| 构造器和说明 |
|---|
AxisPointerLabel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBackgroundColor() |
String |
getFormatter() |
TextStyle |
getTextStyle() |
boolean |
isShow() |
void |
setBackgroundColor(String backgroundColor) |
void |
setFormatter(String formatter) |
void |
setShow(boolean show) |
void |
setTextStyle(TextStyle textStyle) |
public boolean isShow()
public void setShow(boolean show)
public String getFormatter()
public void setFormatter(String formatter)
public TextStyle getTextStyle()
public void setTextStyle(TextStyle textStyle)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
Copyright © 2018 Bstek. All rights reserved.