Package 

Interface Marker

  • All Implemented Interfaces:
    com.patrykandpatrick.vico.core.chart.insets.ChartInsetter

    
    public interface Marker
     implements ChartInsetter
                        

    Highlights points on a chart and displays their corresponding values in a bubble.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Marker.EntryModel

      Contains information on a single chart entry to which a chart marker refers.

    • Method Summary

      Modifier and Type Method Description
      Unit draw(DrawContext context, RectF bounds, List<Marker.EntryModel> markedEntries) Draws the marker.
      Unit draw(DrawContext context, RectF bounds, List<Marker.EntryModel> markedEntries, ChartValuesProvider chartValuesProvider) Draws the marker.
      • Methods inherited from class com.patrykandpatrick.vico.core.marker.Marker

        getHorizontalInsets, getInsets
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait