A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
M
- MapExtensionsKt - class in com.patrykandpatrick.vico.core.extension
- Margins - class in com.patrykandpatrick.vico.core.component.dimension
- Allows a component to implement margins.
- MarginsKt - class in com.patrykandpatrick.vico.core.component.dimension
- Marker - class in com.patrykandpatrick.vico.core.marker
- Highlights points on a chart and displays their corresponding values in a bubble.
- Marker.EntryModel - class in com.patrykandpatrick.vico.core.marker.Marker
- Contains information on a single chart entry to which a chart marker refers.
- MarkerComponent - class in com.patrykandpatrick.vico.core.component.marker
- The default implementation of the Marker interface.
- MarkerCorneredShape - class in com.patrykandpatrick.vico.core.component.shape.cornered
- MarkerCorneredShape is an extension of CorneredShape that supports drawing a triangular tick at a given point.
- MarkerCorneredShape.Companion - class in com.patrykandpatrick.vico.core.component.shape.cornered.MarkerCorneredShape
- MarkerLabelFormatter - class in com.patrykandpatrick.vico.core.marker
- Formats marker labels.
- MarkerVisibilityChangeListener - class in com.patrykandpatrick.vico.core.marker
- Allows for listening to Marker visibility changes.
- maybeUpdateShadowLayer(DrawContext,Paint,Integer) - function in com.patrykandpatrick.vico.core.component.shape.shadow.ComponentShadow
- Checks whether the applied shadow layer needs to be updated.
- MeasureContext - class in com.patrykandpatrick.vico.core.context
- MeasureContext holds data used by various chart components during the measuring and drawing phases.
- measureText(Paint,CharSequence) - function in com.patrykandpatrick.vico.core.extension.PaintExtensionsKt
- Returns the width of the provided text.
- MutableChartValues - class in com.patrykandpatrick.vico.core.chart.values
- An implementation of ChartValues whose every property is mutable.
- MutableDimensions - class in com.patrykandpatrick.vico.core.dimensions
- An implementation of Dimensions whose every property is mutable.
- MutableDimensionsKt - class in com.patrykandpatrick.vico.core.dimensions
- MutableHorizontalDimensions - class in com.patrykandpatrick.vico.core.chart.dimensions
- An implementation of HorizontalDimensions whose every property is mutable.
- mutableListOf(Collection) - function in com.patrykandpatrick.vico.core.extension.CollectionExtensionsKt
- Creates a MutableList containing all elements of the specified source collection.
- MutableMeasureContext - class in com.patrykandpatrick.vico.core.context
- A MeasureContext implementation that facilitates the mutation of some of its properties.