Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
S
T
V
G
getCategoriesProperties()
- Method in class fusioncharts.
FusionGraph
Getter method to get the Categories Properties.
getCategory(int)
- Method in class fusioncharts.
Graph
Accessor method to get a graph category.
getCategoryProperties()
- Method in class fusioncharts.
FusionGraph
Getter method to get the Category Properties.
getChartProperties()
- Method in class fusioncharts.
FusionGraph
Getter method to get the Chart Properties.
getColor(int)
- Method in class fusioncharts.
Series
Accessor method to get the color of the series.
getDatasetProperties()
- Method in class fusioncharts.
FusionGraph
Getter method to get the Dataset Properties.
getEvent(int)
- Method in class fusioncharts.
Series
Gets the javascript event or url for drill downs at a specific index
getFormat()
- Method in class fusioncharts.
Series
Accessor method to return the decimal format of the series.
getFusionStyleObjects()
- Method in class fusioncharts.
FusionGraph
Getter method to get the Fusion Styles.
getFusionStyles()
- Method in class fusioncharts.
FusionGraph
Getter method to get the Fusion Styles.
getGraphId()
- Method in class fusioncharts.
Graph
Accessor method to return the object identifier.
getGraphType()
- Method in class fusioncharts.
Graph
Accessor method to return the graph type
getHeight()
- Method in class fusioncharts.
Graph
Accessor method to get height of graph
getLabel()
- Method in class fusioncharts.
Series
Accessor method to return the series label.
getMaxScale(double, double)
- Static method in class fusioncharts.
Graph
getMinScale(double, double)
- Static method in class fusioncharts.
Graph
getNonTrendLineSeries()
- Method in class fusioncharts.
Graph
Retreives a linked list of series that are either bar, line or area type
getNumberOfCategories()
- Method in class fusioncharts.
Graph
Returns the number of categories for this graph.
getNumberOfSeries()
- Method in class fusioncharts.
Graph
Returns the current number of series.
getNumberOfValues()
- Method in class fusioncharts.
Series
Returns the number of data values.
getSeries(int)
- Method in class fusioncharts.
Graph
Returns the Series at a specified index.
getSeriesType()
- Method in class fusioncharts.
Series
Accessor method to return the series type.
getStyleName()
- Method in class fusioncharts.
FusionGraph.FusionStyle
Getter method to get the Style's Name.
getStyleProperties()
- Method in class fusioncharts.
FusionGraph.FusionStyle
Getter method to get the properties of the style.
getStyleType()
- Method in class fusioncharts.
FusionGraph.FusionStyle
Getter method to get the Style's style type.
getToolText(int)
- Method in class fusioncharts.
Series
Returns the tooltip popup value.
getTrendLineSeries()
- Method in class fusioncharts.
Graph
Retreives a linked list of trendline series
getValue(int)
- Method in class fusioncharts.
Series
Returns the data values.
getWidth()
- Method in class fusioncharts.
Graph
Accessor method to get width of graph
Graph
- Class in
fusioncharts
The Graph class provides a graph that the ChartFactory can work with in order to output the appropriate string data value for the type of chart to display on the page.
Graph(String, ChartType, int, HttpServletRequest)
- Constructor for class fusioncharts.
Graph
Constructor for a Graph object.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
S
T
V