public static interface ChartTrackballContentAdapter.ChartTrackBallContentProvider
ChartTrackBallBehavior
for
a given DataPoint
.Modifier and Type | Method and Description |
---|---|
String |
resolveContentForDataPoint(DataPoint point)
Called when the
ChartTrackBallBehavior is about to display the trackball for a given
DataPoint . |
View |
resolveCustomViewForDataPoint(DataPoint point)
Called when the
ChartTrackBallBehavior is about to display the trackball for a given
DataPoint . |
String resolveContentForDataPoint(DataPoint point)
ChartTrackBallBehavior
is about to display the trackball for a given
DataPoint
. Returns a String
representing the custom content for the trackball.View resolveCustomViewForDataPoint(DataPoint point)
ChartTrackBallBehavior
is about to display the trackball for a given
DataPoint
. Returns a View
representing the custom trackball. If this method
returns a View
instance the resolveContentForDataPoint(DataPoint)
is not called.