A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  Y 

R

randomComposedEntryModel() - function in com.patrykandpatrick.vico.core.util.RandomEntriesGenerator
Creates a ComposedChartEntryModel with three ChartEntryModelProducers, each containing a collection of FloatEntry instances with randomized y values.
RandomEntriesGenerator - class in com.patrykandpatrick.vico.core.util
Generates randomized chart entries.
randomEntryModel() - function in com.patrykandpatrick.vico.core.util.RandomEntriesGenerator
Creates a ChartEntryModel containing a collection of FloatEntry instances with randomized y values.
rangeOfOrNull(Iterable,Function1) - function in com.patrykandpatrick.vico.core.extension.IterableExtensionsKt
Calls the selector function for each value in the collection and returns the range of the produced values.
rangeOfPairOrNull(Iterable,Function1) - function in com.patrykandpatrick.vico.core.extension.IterableExtensionsKt
Calls the selector function for each value in the collection and returns the range of the produced values.
rangeWith(Float,Float) - function in com.patrykandpatrick.vico.core.extension.NumberExtensionsKt
Creates a range from this value to the provided value or from the provided value to this value, depending on which value is larger.
RectExtensionsKt - class in com.patrykandpatrick.vico.core.extension
 
ReflectionExtensionsKt - class in com.patrykandpatrick.vico.core.extension
 
registerForUpdates(Object,Function0,Function0,Function1) - function in com.patrykandpatrick.vico.core.entry.ChartEntryModelProducer
Registers an update listener associated with a key.
registerForUpdates(Object,Function0,Function0,Function1) - function in com.patrykandpatrick.vico.core.entry.ChartModelProducer
Registers an update listener associated with a key.
registerForUpdates(Object,Function0,Function0,Function1) - function in com.patrykandpatrick.vico.core.entry.composed.ComposedChartEntryModelProducer
Registers an update listener associated with a key.
registerScrollListener(ScrollListener) - function in com.patrykandpatrick.vico.core.scroll.ScrollHandler
Registers a ScrollListener.
registerScrollListener(ScrollListener) - function in com.patrykandpatrick.vico.core.scroll.ScrollListenerHost
Registers a ScrollListener.
removeDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.BaseChart
Removes a Decoration from this Chart.
removeDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.Chart
Removes a Decoration from this Chart.
removeDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.ColumnChart
Removes a Decoration from this Chart.
removeDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.ComposedChart
Removes a Decoration from this Chart.
removeDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.LineChart
Removes a Decoration from this Chart.
removeDecorations(List) - function in com.patrykandpatrick.vico.core.chart.BaseChart
Removes each Decoration from decorations from this Chart.
removeDecorations(List) - function in com.patrykandpatrick.vico.core.chart.Chart
Removes each Decoration from decorations from this Chart.
removeDecorations(List) - function in com.patrykandpatrick.vico.core.chart.ColumnChart
Removes each Decoration from decorations from this Chart.
removeDecorations(List) - function in com.patrykandpatrick.vico.core.chart.ComposedChart
Removes each Decoration from decorations from this Chart.
removeDecorations(List) - function in com.patrykandpatrick.vico.core.chart.LineChart
Removes each Decoration from decorations from this Chart.
removePersistentMarker(Float) - function in com.patrykandpatrick.vico.core.chart.BaseChart
Removes a persistent Marker from this Chart.
removePersistentMarker(Float) - function in com.patrykandpatrick.vico.core.chart.Chart
Removes a persistent Marker from this Chart.
removePersistentMarker(Float) - function in com.patrykandpatrick.vico.core.chart.ColumnChart
Removes a persistent Marker from this Chart.
removePersistentMarker(Float) - function in com.patrykandpatrick.vico.core.chart.ComposedChart
Removes a persistent Marker from this Chart.
removePersistentMarker(Float) - function in com.patrykandpatrick.vico.core.chart.LineChart
Removes a persistent Marker from this Chart.
removeScrollListener(ScrollListener) - function in com.patrykandpatrick.vico.core.scroll.ScrollHandler
Removes a ScrollListener.
removeScrollListener(ScrollListener) - function in com.patrykandpatrick.vico.core.scroll.ScrollListenerHost
Removes a ScrollListener.
reset() - function in com.patrykandpatrick.vico.core.context.ChartDrawContext
Removes all stored extras and resets ChartValuesManager.chartValues.
reset() - function in com.patrykandpatrick.vico.core.chart.values.MutableChartValues
Sets minX, maxX, minY, and maxY to 0.
reset() - function in com.patrykandpatrick.vico.core.context.DrawContext
Removes all stored extras and resets ChartValuesManager.chartValues.
reset() - function in com.patrykandpatrick.vico.core.context.MeasureContext
Removes all stored extras and resets ChartValuesManager.chartValues.
reset() - function in com.patrykandpatrick.vico.core.context.MutableMeasureContext
Removes all stored extras and resets ChartValuesManager.chartValues.
resetChartValues() - function in com.patrykandpatrick.vico.core.chart.values.ChartValuesManager
Resets the values stored in each of the ChartValues instances in the chartValues map.
Resize - enum entry in com.patrykandpatrick.vico.core.component.shape.DashedShape.FitStrategy

The DashedShape will slightly increase or decrease the DashedShape.dashLengthDp and DashedShape.gapLengthDp values so that the dashes fit perfectly without being cut off.

restoreCanvas() - function in com.patrykandpatrick.vico.core.context.ChartDrawContext
Restores the Canvas state.
restoreCanvas() - function in com.patrykandpatrick.vico.core.context.DrawContext
Restores the Canvas state.
restoreCanvasToCount(Integer) - function in com.patrykandpatrick.vico.core.context.ChartDrawContext
Restores the Canvas state to the given save level.
restoreCanvasToCount(Integer) - function in com.patrykandpatrick.vico.core.context.DrawContext
Restores the Canvas state to the given save level.
rotate(RectF,Float) - function in com.patrykandpatrick.vico.core.extension.RectExtensionsKt
Creates a RectF representing the bounding box of this RectF rotated by the provided number of degrees.
roundedCornerShape(Integer) - function in com.patrykandpatrick.vico.core.component.shape.Shapes
Creates a Shape with all corners rounded.
roundedCornerShape(Integer,Integer,Integer,Integer) - function in com.patrykandpatrick.vico.core.component.shape.Shapes
Creates a Shape with all corners rounded.
RoundedCornerTreatment - class in com.patrykandpatrick.vico.core.component.shape.cornered
Creates rounded corners.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  Y