A B C D E F G H I M S T V

S

Series - Class in fusioncharts
The Series class provides a series object that is used by the Graph class Originally this was a subclass of WePopChart.java but we decided that it was a better solution to separate it from the class.
Series(String, int) - Constructor for class fusioncharts.Series
Creates a Series object.
Series.SeriesType - Enum in fusioncharts
Series Enum that determines the series type Can either be: Bar, Line, Area, Trendline
setCategoriesProperties(HashMap<String, String>) - Method in class fusioncharts.FusionGraph
Setter method to set the Categories Properties
setCategory(String...) - Method in class fusioncharts.Graph
Manipulator method to set the graph categories.
setCategory(int, String) - Method in class fusioncharts.Graph
Manipulator method to set a graph category.
setCategoryProperties(HashMap<String, String>) - Method in class fusioncharts.FusionGraph
Setter method to set the Category Properties
setChartProperties(String, String) - Method in class fusioncharts.FusionGraph
Setter method to set the Chart Properties
setColor(int, String) - Method in class fusioncharts.Series
Sets color at the specified indice.
setColor(String...) - Method in class fusioncharts.Series
Manipulator method to set the colors.
setColor(int, int, int, int) - Method in class fusioncharts.Series
Manipulator method to set the color specified red, green, and blue values in the range (0 - 255).
setDatasetProperties(HashMap<String, String>) - Method in class fusioncharts.FusionGraph
Setter method to set the Dataset Properties
setEvent(int, String) - Method in class fusioncharts.Series
Sets the url or javascript event at the specified indice.
setEvent(String...) - Method in class fusioncharts.Series
Sets the javascript event or url for drill downs.
setFormat(DecimalFormat) - Method in class fusioncharts.Series
Manipulator method to set the decimal formatting object.
setFormat(String) - Method in class fusioncharts.Series
Manipulator method to set the decimal format pattern.
setFusionStyles(String, FusionGraph.FusionStyle) - Method in class fusioncharts.FusionGraph
Setter method to set the Fusion Styles Map
setHeight(int) - Method in class fusioncharts.Graph
Manipulator method to set the height of the graph.
setLabel(String) - Method in class fusioncharts.Series
Manipulator method to set the series label.
setSeriesType(Series.SeriesType) - Method in class fusioncharts.Series
Manipulator method to set the series type.
setStyleName(String) - Method in class fusioncharts.FusionGraph.FusionStyle
Setter method to set the Style Name
setStyleProperties(String, String) - Method in class fusioncharts.FusionGraph.FusionStyle
Setter method to set the Style's Properties
setStyleType(FusionGraph.FusionStyleType) - Method in class fusioncharts.FusionGraph.FusionStyle
Setter method to set the Style Type
setToolText(String...) - Method in class fusioncharts.Series
Sets the Tool Tip popup values.
setToolText(int, String) - Method in class fusioncharts.Series
Sets the Tool Tip popup value at the specified indice.
setValue(int, Double) - Method in class fusioncharts.Series
Sets the data value at the specified indice.
setValue(Double...) - Method in class fusioncharts.Series
Sets the data values.
setWidth(int) - Method in class fusioncharts.Graph
Manipulator method to set the width.
sub(int, double) - Method in class fusioncharts.Series
Subtracts the value at a specified index by the specified value.

A B C D E F G H I M S T V