|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jiucai.appframework.base.chart.bean.ChartBean
org.jiucai.appframework.base.chart.bean.ChartLine
public class ChartLine
| 字段摘要 | |
|---|---|
String |
alpha
Number 0-100 Alpha of the trend line. |
String |
color
String Hex Code Color of the trend line and its associated text. |
Integer |
dashed
Boolean 0/1 If you've opted to show the trend as a line, this attribute lets you define Whether the trend line would appear as dashed. |
String |
dashGap
Number In Pixels If you've opted to show trend line as dash, this attribute lets you control the length of each dash gap. |
String |
dashLen
Number In Pixels If you've opted to show trend line as dash, this attribute lets you control the length of each dash. |
String |
displayValue
String If you want to display a string caption for the trend line by its side, you can use this attribute. |
String |
endValue
Number Numeric Value The ending y-axis value for the trendline. |
Integer |
isTrendZone
Boolean 0/1 Whether the trend would display a line, or a zone (filled colored rectangle). |
Integer |
showOnTop
Boolean 0/1 Whether the trend line/zone would be displayed over data plots or under them. |
String |
startValue
Number Numeric Value The starting value for the trendline. |
String |
thickness
Number In Pixels If you've opted to show the trend as a line, this attribute lets you define the thickness of trend line. |
String |
toolText
String Custom tool-text for this trendline/zone. |
Integer |
valueOnRight
Boolean 0/1 Whether to show the trend line value on left side or right side of chart. |
| 构造方法摘要 | |
|---|---|
ChartLine()
|
|
| 方法摘要 |
|---|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public String startValue
public String endValue
public String displayValue
public String color
public Integer isTrendZone
public Integer showOnTop
public String thickness
public String alpha
public Integer dashed
public String dashLen
public String dashGap
public Integer valueOnRight
public String toolText
| 构造方法详细信息 |
|---|
public ChartLine()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||