You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ChartDroid Users
Dear users,
In a LineChart I would like to just plot the lines itself and not the
actual points. According to IntentConstants I only have the options
/**
* Specify series marker styles in an array of int values.
* Types:
* 0 = x
* 1 = circle
* 2 = triangle
* 3 = square
* 4 = diamond
* 5 = point
*/
for the values of EXTRA_SERIES_MARKERS.
So is it somehow possible to avoid "highlighting" the actual points?