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

A

adaptiveYValues(Float,Boolean) - function in com.patrykandpatrick.vico.core.chart.values.AxisValuesOverrider.Companion
Creates an AxisValuesOverrider with adaptive minimum and maximum y-axis values.
addDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.BaseChart
Adds a Decoration to this Chart.
addDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.Chart
Adds a Decoration to this Chart.
addDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.ColumnChart
Adds a Decoration to this Chart.
addDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.ComposedChart
Adds a Decoration to this Chart.
addDecoration(Decoration) - function in com.patrykandpatrick.vico.core.chart.LineChart
Adds a Decoration to this Chart.
addDecorations(Chart,List) - function in com.patrykandpatrick.vico.core.chart.ChartKt
Adds each Decoration from decorations to this Chart.
addInsetters(List) - function in com.patrykandpatrick.vico.core.axis.AxisManager
Adds the AxisRenderers controlled by this AxisManager to the given MutableList of ChartInsetters.
addPersistentMarker(Float,Marker) - function in com.patrykandpatrick.vico.core.chart.BaseChart
Adds a persistent Marker to this Chart.
addPersistentMarker(Float,Marker) - function in com.patrykandpatrick.vico.core.chart.Chart
Adds a persistent Marker to this Chart.
addPersistentMarker(Float,Marker) - function in com.patrykandpatrick.vico.core.chart.ColumnChart
Adds a persistent Marker to this Chart.
addPersistentMarker(Float,Marker) - function in com.patrykandpatrick.vico.core.chart.ComposedChart
Adds a persistent Marker to this Chart.
addPersistentMarker(Float,Marker) - function in com.patrykandpatrick.vico.core.chart.LineChart
Adds a persistent Marker to this Chart.
addSuppressed(Throwable) - function in kotlin.UnknownAxisPositionException
 
Animation - class in com.patrykandpatrick.vico.core
Defaults for animations.
appendCompat(SpannableStringBuilder,CharSequence,Object,Integer) - function in com.patrykandpatrick.vico.core.extension.SpannableExtensionsKt
An SDK version-dependant compat function for appending text to SpannableStringBuilder and setting the span.
applyElevationOverlayToColor(DrawContext,Integer,Float) - function in com.patrykandpatrick.vico.core.extension.ColorOverlayExtensionsKt
Overlays the given color with DrawContext.elevationOverlayColor, changing the opacity of DrawContext.elevationOverlayColor depending on the value of elevationDp.
applyFadingEdges(ChartDrawContext,RectF) - function in com.patrykandpatrick.vico.core.chart.edges.FadingEdges
Applies fading edges inside of the given bounds accordingly to the scroll state.
AutoScaleUp - class in com.patrykandpatrick.vico.core.chart.scale
Defines whether the content of a scrollable chart should be scaled up when the dimensions are such that, at a scale factor of 1, an empty space would be visible near the end edge of the chart.
AutoScrollCondition - class in com.patrykandpatrick.vico.core.scroll
Defines when an automatic scroll should be performed.
AutoScrollCondition.Companion - class in com.patrykandpatrick.vico.core.scroll.AutoScrollCondition
 
Axis - class in com.patrykandpatrick.vico.core.axis
A basic implementation of AxisRenderer used throughout the library.
Axis.Builder - class in com.patrykandpatrick.vico.core.axis.Axis
Used to construct Axis instances.
Axis.SizeConstraint - class in com.patrykandpatrick.vico.core.axis.Axis
Defines how an Axis is to size itself.
Axis.SizeConstraint.Auto - class in com.patrykandpatrick.vico.core.axis.Axis.SizeConstraint
The axis will measure itself and use as much space as it needs, but no less than minSizeDp, and no more than maxSizeDp.
Axis.SizeConstraint.Exact - class in com.patrykandpatrick.vico.core.axis.Axis.SizeConstraint
The axis size will be exactly sizeDp.
Axis.SizeConstraint.Fraction - class in com.patrykandpatrick.vico.core.axis.Axis.SizeConstraint
The axis will use a fraction of the available space.
Axis.SizeConstraint.TextWidth - class in com.patrykandpatrick.vico.core.axis.Axis.SizeConstraint
The axis will measure the width of its label component (label) for the given String (text), and it will use this width as its size.
axisBuilder(Function1) - function in com.patrykandpatrick.vico.core.axis.AxisKt
Provides a quick way to create an axis.
AxisItemPlacer - class in com.patrykandpatrick.vico.core.axis
Determines for what values an Axis is to display labels, ticks, and guidelines.
AxisItemPlacer.Horizontal - class in com.patrykandpatrick.vico.core.axis.AxisItemPlacer
An AxisItemPlacer subinterface for HorizontalAxis instances.
AxisItemPlacer.Horizontal.Companion - class in com.patrykandpatrick.vico.core.axis.AxisItemPlacer.Horizontal
 
AxisKt - class in com.patrykandpatrick.vico.core.axis
 
AxisManager - class in com.patrykandpatrick.vico.core.axis
Manages a chart’s axes, setting their bounds and drawing them.
AxisManager.Companion - class in com.patrykandpatrick.vico.core.axis.AxisManager
 
AxisPosition - class in com.patrykandpatrick.vico.core.axis
Defines the position of an axis relative to its Chart.
AxisPosition.Horizontal - class in com.patrykandpatrick.vico.core.axis.AxisPosition
Defines the position of a horizontal axis relative to its Chart.
AxisPosition.Horizontal.Bottom - class in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal
The horizontal axis will be placed at the bottom of its Chart.
AxisPosition.Horizontal.Top - class in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal
The horizontal axis will be placed at the top of its Chart.
AxisPosition.Vertical - class in com.patrykandpatrick.vico.core.axis.AxisPosition
Defines the position of a vertical axis relative to its Chart.
AxisPosition.Vertical.End - class in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical
The vertical axis will be placed at the end of its Chart.
AxisPosition.Vertical.Start - class in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical
The vertical axis will be placed at the start of its Chart.
AxisRenderer - class in com.patrykandpatrick.vico.core.axis
Defines the minimal set of properties and functions required by other parts of the library to draw an axis.
AxisValueFormatter - class in com.patrykandpatrick.vico.core.axis.formatter
Formats the values displayed along chart axes.
AxisValuesOverrider - class in com.patrykandpatrick.vico.core.chart.values
Overrides a chart’s minimum and maximum x-axis and y-axis values.
AxisValuesOverrider.Companion - class in com.patrykandpatrick.vico.core.chart.values.AxisValuesOverrider
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  Y