A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
F
- FadingEdges - class in com.patrykandpatrick.vico.core.chart.edges
- FadingEdges applies a horizontal fade to the edges of the chart area for scrollable charts.
- fillInStackTrace() - function in kotlin.UnknownAxisPositionException
- firstNonNegativeOf(Float) - function in com.patrykandpatrick.vico.core.extension.NumberExtensionsKt
- The first non-negative value of the values provided, or
nullif none of the values is non-negative. - fitsInHorizontal(DrawContext,Float,Float,Float,RectF,Float) - function in com.patrykandpatrick.vico.core.component.shape.LineComponent
- Checks whether the LineComponent fits horizontally within the given boundingBox with its current thicknessDp.
- fitsInVertical(DrawContext,Float,Float,Float,RectF,Float) - function in com.patrykandpatrick.vico.core.component.shape.LineComponent
- Checks whether the LineComponent fits vertically within the given boundingBox with its current thicknessDp.
- fixed(Float,Float,Float,Float) - function in com.patrykandpatrick.vico.core.chart.values.AxisValuesOverrider.Companion
- Creates an AxisValuesOverrider with fixed values for minX, maxX, minY, and maxY.
- Fixed - enum entry in com.patrykandpatrick.vico.core.component.shape.DashedShape.FitStrategy
The DashedShape will use the exact DashedShape.dashLengthDp and DashedShape.gapLengthDp values provided. As a result, the DashedShape may not fit within its bounds or be cut off.
- FloatEntry - class in com.patrykandpatrick.vico.core.entry
- The default implementation of ChartEntry.
- forEachIn(List,ClosedFloatingPointRange,Function1) - function in com.patrykandpatrick.vico.core.chart.EntryModelExtensionsKt
- For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry as the block’s argument.
- forEachInAbsolutelyIndexed(List,ClosedFloatingPointRange,Function2) - function in com.patrykandpatrick.vico.core.chart.EntryModelExtensionsKt
- For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry and its index in the list as the block’s arguments.
- forEachIndexedExtended(Iterable,Function4) - function in com.patrykandpatrick.vico.core.extension.CollectionExtensionsKt
- Calls the selector function for each element in the collection, providing the index of the element and Booleans indicating whether the element is the first or last element in the collection.
- forEachInRelativelyIndexed(List,ClosedFloatingPointRange,Function2) - function in com.patrykandpatrick.vico.core.chart.EntryModelExtensionsKt
- For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry and its index in the filtered list as the block’s arguments.
- forEachInRelativelyIndexed(List,ClosedFloatingPointRange,Function3) - function in com.patrykandpatrick.vico.core.chart.EntryModelExtensionsKt
- For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry, its index in the filtered list, and the next ChartEntry in the filtered list as the block’s arguments.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.AxisValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.DecimalFormatAxisValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.DefaultAxisValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.PercentageFormatAxisValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.DecimalFormatValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.DefaultValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.PercentageFormatValueFormatter
- Called to format axis labels and data labels.
- formatValue(Float,ChartValues) - function in com.patrykandpatrick.vico.core.formatter.ValueFormatter
- Called to format axis labels and data labels.
- fromBitmap(Bitmap,Shader.TileMode,Shader.TileMode) - function in com.patrykandpatrick.vico.core.component.shape.shader.DynamicShaders
- Creates a DynamicShader out of the given bitmap.
- Full - enum entry in com.patrykandpatrick.vico.core.chart.scale.AutoScaleUp
Scales up the chart to prevent any empty space from being visible.