org.jiucai.appframework.base.chart.bean
类 ChartLine

java.lang.Object
  继承者 org.jiucai.appframework.base.chart.bean.ChartBean
      继承者 org.jiucai.appframework.base.chart.bean.ChartLine

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()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

startValue

public String startValue
Number Numeric Value The starting value for the trendline. Say, if you want to plot a slanted trendline from value 102 to 109, the startValue would be 102.


endValue

public String endValue
Number Numeric Value The ending y-axis value for the trendline. Say, if you want to plot a slanted trendline from value 102 to 109, the endValue would be 109. If you do not specify a value for endValue, it would automatically assume the same value as startValue.


displayValue

public String displayValue
String If you want to display a string caption for the trend line by its side, you can use this attribute. Example: displayValue='Last Month High'. When you don't supply this attribute, it automatically takes the value of startValue.


color

public String color
String Hex Code Color of the trend line and its associated text.


isTrendZone

public Integer isTrendZone
Boolean 0/1 Whether the trend would display a line, or a zone (filled colored rectangle).


showOnTop

public Integer showOnTop
Boolean 0/1 Whether the trend line/zone would be displayed over data plots or under them.


thickness

public 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.


alpha

public String alpha
Number 0-100 Alpha of the trend line.


dashed

public 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.


dashLen

public 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.


dashGap

public 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.


valueOnRight

public Integer valueOnRight
Boolean 0/1 Whether to show the trend line value on left side or right side of chart. This is particularly useful when the trend line display values on the chart are colliding with divisional lines values on the chart.


toolText

public String toolText
String Custom tool-text for this trendline/zone.

构造方法详细信息

ChartLine

public ChartLine()


Copyright © 2013. All Rights Reserved.