public class AxisPointer extends Object implements Serializable
| 构造器和说明 |
|---|
AxisPointer() |
public TextStyle textStyle()
public AxisPointer textStyle(TextStyle textStyle)
textStyle - public AxisPointer lineStyle(LineStyle lineStyle)
lineStyle - public AxisPointer crossStyle(CrossStyle crossStyle)
crossStyle - public AxisPointer shadowStyle(ShadowStyle shadowStyle)
shadowStyle - public PointerType type()
public AxisPointer type(PointerType type)
type - public Boolean show()
public AxisPointer show(Boolean show)
public CrossStyle crossStyle()
public ShadowStyle shadowStyle()
public Boolean getShow()
public void setShow(Boolean show)
public LineStyle getLineStyle()
public void setLineStyle(LineStyle lineStyle)
lineStyle - public CrossStyle getCrossStyle()
public void setCrossStyle(CrossStyle crossStyle)
crossStyle - public ShadowStyle getShadowStyle()
public void setShadowStyle(ShadowStyle shadowStyle)
shadowStyle - public PointerType getType()
public void setType(PointerType type)
type - public TextStyle getTextStyle()
public void setTextStyle(TextStyle textStyle)
textStyle - Copyright © 2016. All rights reserved.