public class GCPieChart extends GCAbstractChart
Name | Description |
---|---|
data | the array, or array of arrays, of data |
size | "wxh" format chart size ("300x400") |
width | the width of the chart |
height | the height of the chart |
colors | an array of color values (for lines, bars, pie slices) |
title | the title of the chart |
titleColor | the color of the chart title |
titleSize | the size of the chart title |
backgroundStyle | "solid", "gradient", or "stripes" |
background | the solid color of the background |
transparency | the transparency color of the chart background |
custom | custom query string parameters to append |
id | the id of the img tag |
class | the class of the img tag |
alt | the alt text of the img tag |
encoding | the explicit chart encoding to use ("simple", "extended", "text") |
normalize | if true, values will be normalized relative to the max value |
maxValue | if false, normalization is off or set to a number to override the max value |
scaling | if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling) |
labels | an array of labels for the pie slices |
Modifier and Type | Field and Description |
---|---|
protected WOAssociation |
_labels |
_alt, _axisLabels, _background, _backgroundStyle, _chartBackground, _chartBackgroundStyle, _class, _colors, _custom, _data, _encoding, _fillArea, _gridBlankSize, _gridLines, _gridLineSize, _gridXStep, _gridYStep, _height, _id, _labeledAxes, _legend, _lineStyles, _maxValue, _normalize, _rangeMarkers, _scaling, _shapeMarkers, _size, _title, _titleColor, _titleSize, _transparency, _width
_ConstructorParameters
Constructor and Description |
---|
GCPieChart(String name,
NSDictionary associations,
WOElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
addQueryParameters(ERXMutableURL chartUrl,
WOResponse response,
WOContext context) |
appendToResponse, checkData, encode, encoding, maxValue, normalize, scaling, styleKey
toString
invokeAction, takeValuesFromRequest
protected WOAssociation _labels
public GCPieChart(String name, NSDictionary associations, WOElement element)
protected void addQueryParameters(ERXMutableURL chartUrl, WOResponse response, WOContext context)
addQueryParameters
in class GCAbstractChart
Copyright © 2002 – 2024 Project Wonder.