public class ChartLine extends ChartBean
限定符和类型 | 字段和说明 |
---|---|
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() |
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
Copyright © 2015 jiucai.org. All rights reserved.