public class ChartDataSet extends ChartBean
限定符和类型 | 字段和说明 |
---|---|
String |
alpha |
Integer |
anchorAlpha |
String |
anchorBgColor |
String |
anchorBorderColor |
Integer |
anchorBorderThickness |
Integer |
anchorRadius |
Integer |
anchorSides |
String |
color
0-100 or Comma Separated List This attribute sets the alpha
(transparency) of the entire data-set.
|
Integer |
dashed |
Integer |
drawAnchors |
Integer |
includeInLegend |
Integer |
lineDashGap |
Integer |
lineDashLen |
Integer |
lineThickness |
String |
parentYAxis
P or S renderAs attribute over-rides this attribute in FusionCharts v3
for Single Y Combination Charts.
|
String |
plotBorderAlpha |
String |
plotBorderColor |
String |
plotBorderThickness |
String |
renderAs |
String |
seriesName |
List<ChartSet> |
sets |
Integer |
showPlotBorder
0/1 Whether to show the border of this data-set (area or column only).
|
String |
showValues
0/1 Whether to show the values for this data-set.
|
String |
valuePosition
ABOVE BELOW AUTO This attribute lets you adjust the vertical alignment of
data values for all dataplots in the dataset.
|
构造器和说明 |
---|
ChartDataSet() |
ChartDataSet(String seriesName) |
ChartDataSet(String seriesName,
List<ChartSet> sets) |
public String renderAs
public String parentYAxis
public Integer showPlotBorder
public String plotBorderColor
public String plotBorderThickness
public String plotBorderAlpha
public String seriesName
public String color
public String alpha
public String showValues
public String valuePosition
public Integer dashed
public Integer includeInLegend
public Integer drawAnchors
public Integer anchorSides
public Integer anchorRadius
public String anchorBorderColor
public Integer anchorBorderThickness
public String anchorBgColor
public Integer anchorAlpha
public Integer lineThickness
public Integer lineDashLen
public Integer lineDashGap
Copyright © 2015 jiucai.org. All rights reserved.