public interface IGraphDataSet
series | x | y |
Denver | 0 | 100 |
Denver | 1 | 200 |
Denver | 2 | 400 |
New York | 0 | 500 |
New York | 1 | 1500 |
New York | 2 | 4500 |
Modifier and Type | Method and Description |
---|---|
void |
close()
Call when done.
|
ChartColumnMetaData[] |
getColumnMetaData()
Meta data for each column.
|
java.lang.String |
getDateRange()
ChartTag.DATE_RANGE_* type.
|
java.lang.String |
getGraphBaseType()
Gets the graph base type.
|
java.lang.String |
getGraphFullType()
Gets the graph full type.
|
java.lang.String |
getGraphSubtype()
gets the graph subtype.
|
java.lang.String |
getGraphXAxSide()
Gets the graph x-axis side.
|
java.lang.String |
getGraphYAxSide()
Gets the graph y-axis side.
|
int |
getNumColumns()
Gets the number of columns we have including the series text.
|
int |
getNumSeries()
The number os series held by this object.
|
java.util.List<IChartSeries> |
getSeries()
Gets an Iterator for the GraphDataSet's ChartSeries collection.
|
default boolean |
useSeriesTitle()
Tells if the graph should use its series title to be drawn in the legend.
|
java.util.List<IChartSeries> getSeries()
int getNumSeries()
int getNumColumns()
ChartColumnMetaData[] getColumnMetaData()
void close()
java.lang.String getGraphFullType()
java.lang.String getGraphBaseType()
java.lang.String getGraphSubtype()
java.lang.String getGraphYAxSide()
java.lang.String getGraphXAxSide()
java.lang.String getDateRange()
default boolean useSeriesTitle()
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software