forked from PhilJay/MPAndroidChart
-
Notifications
You must be signed in to change notification settings - Fork 0
MarkerView
Philipp Jahoda edited this page Mar 11, 2015
·
17 revisions
The MakerView class can be extended by any user created class in order to display a customized View whenever a value is highlighted in the chart.
Setting / getting the marker
-
setMarkerView(MarkerView mv): Sets aMarkerViewfor the chart that will be displayed where values are selected. -
getMarkerView(): Returns theMarkerViewthat has been set for the chart, or null.