A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
I
- ifNotNull(T1,T2,Function2) - function in com.patrykandpatrick.vico.core.extension.CommonExtensionsKt
- Calls the specified function block with t1 and t2 as its arguments if t1 and t2 are not null.
- ifNotNull(T1,T2,T3,Function3) - function in com.patrykandpatrick.vico.core.extension.CommonExtensionsKt
- Calls the specified function block with t1, t2, and t3 as its arguments if t1, t2, and t3 are not null.
- inClip(Canvas,RectF,Function0) - function in com.patrykandpatrick.vico.core.extension.CanvasExtensionsKt
- Clips the given rect in the receiver Canvas, runs the block, and releases the clip.
- inClip(Canvas,Float,Float,Float,Float,Function0) - function in com.patrykandpatrick.vico.core.extension.CanvasExtensionsKt
- Clips the given rectangle in the receiver Canvas, runs the block, and releases the clip.
- initCause(Throwable) - function in kotlin.UnknownAxisPositionException
- InitialScroll - class in com.patrykandpatrick.vico.core.scroll
- Represents a chart’s initial scroll position.
- Insets - class in com.patrykandpatrick.vico.core.chart.insets
- Used to store the insets requested by ChartInsetters.
- Inside - enum entry in com.patrykandpatrick.vico.core.axis.vertical.VerticalAxis.HorizontalLabelPosition
- intersectsVertical(DrawContext,Float,Float,Float,RectF,Float) - function in com.patrykandpatrick.vico.core.component.shape.LineComponent
- Checks whether the LineComponent vertically intersects the given boundingBox with its current thicknessDp.
- invoke() - function in com.patrykandpatrick.vico.core.chart.layout.HorizontalLayout.Segmented
- Returns an instance of HorizontalLayout.Segmented.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition
- Whether the axis is on the left of its Chart.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal
- Whether the axis is on the left of its Chart.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal.Top
- Whether the axis is on the left of its Chart.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal.Bottom
- Whether the axis is on the left of its Chart.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical
- Whether the axis is on the left of its Chart.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical.Start
- Whether the axis is on the left of its Chart.
- isLeft(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical.End
- Whether the axis is on the left of its Chart.
- isRegistered(Object) - function in com.patrykandpatrick.vico.core.entry.ChartEntryModelProducer
- Checks if an update listener with the given key is registered.
- isRegistered(Object) - function in com.patrykandpatrick.vico.core.entry.ChartModelProducer
- Checks if an update listener with the given key is registered.
- isRegistered(Object) - function in com.patrykandpatrick.vico.core.entry.composed.ComposedChartEntryModelProducer
- Checks if an update listener with the given key is registered.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition
- Whether the axis is on the right of its Chart.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal
- Whether the axis is on the right of its Chart.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal.Top
- Whether the axis is on the right of its Chart.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Horizontal.Bottom
- Whether the axis is on the right of its Chart.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical
- Whether the axis is on the right of its Chart.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical.Start
- Whether the axis is on the right of its Chart.
- isRight(Boolean) - function in com.patrykandpatrick.vico.core.axis.AxisPosition.Vertical.End
- Whether the axis is on the right of its Chart.
- IterableExtensionsKt - class in com.patrykandpatrick.vico.core.extension