setData

fun setData(interval: TimeInterval, data: Drawable)

Sets the bitmap data for the specified time interval in the time series. The data will only be set if the time interval exists in the time series.

Parameters

interval
  • The time interval for which to set the data.

data
  • The bitmap data to set for the specified time interval.