Interface TethysUIBarChart.TethysUIBarChartDataSection
- All Known Implementing Classes:
TethysUICoreBarChart.TethysUICoreBarChartDataSection
- Enclosing interface:
TethysUIBarChart
public static interface TethysUIBarChart.TethysUIBarChartDataSection
The Data Section definition.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the reference.Obtain the series.Obtain the source.getValue()Obtain the value.
-
Method Details
-
getSeries
TethysUIBarChart.TethysUIBarChartSeries getSeries()Obtain the series.- Returns:
- the series.
-
getReference
String getReference()Obtain the reference.- Returns:
- the reference.
-
getValue
OceanusMoney getValue()Obtain the value.- Returns:
- the value.
-
getSource
Object getSource()Obtain the source.- Returns:
- the source.
-