-
public interface ChartValuesProviderProvides a Chart’s ChartValues.
-
-
Method Summary
Modifier and Type Method Description abstract ChartValuesgetChartValues()Returns the Chart’s main ChartValues. abstract ChartValuesgetChartValuesForAxisPosition(AxisPosition.Vertical axisPosition)Returns the ChartValues associated with the specified AxisPosition.Vertical subclass, or nullif there is no such association.-
-
Method Detail
-
getChartValues
abstract ChartValues getChartValues()
Returns the Chart’s main ChartValues.
-
getChartValuesForAxisPosition
abstract ChartValues getChartValuesForAxisPosition(AxisPosition.Vertical axisPosition)
Returns the ChartValues associated with the specified AxisPosition.Vertical subclass, or
nullif there is no such association.
-
-
-
-