Selection Highlight Data
Parameters
: Padding between the highlighted bar and the text
: Text size of the highlighted bar text
: Text color of the highlighted bar text
: Background color of the highlight background
: Alpha for the highlighted text background
: Typeface of the highlighted bar text
: Corner radius of the highlighted bar
: Color of the highlighted bar
: Stroke width of the highlighted bar
: Corner radius of the highlighted background
: ColorFilter to apply to the color when drawn into the destination.
:Blending algorithm to be applied to the path when it is drawn.
: Whether or not the path is stroked or filled in.
: Boolean flag to enable disable highlight
: The text that can be shown on the popup given 2 input params x and y values
: Override this to change the default background implementation. You are provided with the selected offset, x, y values, center point of bar.
: draw override this to change the default drawRoundRect implementation. You are provided with the actual point x, y, height, width.
: Popup label for selected bar in group bar chart.
: draw override this to change the default popup implementation. You are provided with the actual point x, y, height, width.