Interface TethysUIAreaChart.TethysUIAreaChartData
- All Known Implementing Classes:
TethysUICoreAreaChart.TethysUICoreAreaChartData
- Enclosing interface:
TethysUIAreaChart
public static interface TethysUIAreaChart.TethysUIAreaChartData
AreaChart Data.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSeries(String pName) Create a series.createSeries(String pName, Object pSource) Create a series.getTitle()Obtain the title.Obtain the XAxis label.Obtain the YAxis label.Obtain the areaChart series.setXAxisLabel(String pLabel) Set the XAxis label.setYAxisLabel(String pLabel) Set the YAxis label.
-
Method Details
-
setXAxisLabel
Set the XAxis label.- Parameters:
pLabel- the label.- Returns:
- the data
-
setYAxisLabel
Set the YAxis label.- Parameters:
pLabel- the label.- Returns:
- the data
-
getTitle
String getTitle()Obtain the title.- Returns:
- the title.
-
getXAxisLabel
String getXAxisLabel()Obtain the XAxis label.- Returns:
- the label.
-
getYAxisLabel
String getYAxisLabel()Obtain the YAxis label.- Returns:
- the label.
-
createSeries
Create a series.- Parameters:
pName- the name- Returns:
- the series
-
createSeries
Create a series.- Parameters:
pName- the namepSource- the source- Returns:
- the series
-
seriesIterator
Iterator<TethysUIAreaChart.TethysUIAreaChartSeries> seriesIterator()Obtain the areaChart series.- Returns:
- the iterator
-