DefaultCartesianMarkerValueFormatter

open class DefaultCartesianMarkerValueFormatter(decimalFormat: DecimalFormat = DecimalFormat("#.##;−#.##"), colorCode: Boolean = true) : CartesianMarkerValueFormatter

The default CartesianMarkerValueFormatter. The labels produced include the CartesianLayerModel.Entry instances’ y values, which are formatted via decimalFormat and, if colorCode is true, color-coded.

Constructors

Link copied to clipboard
constructor(decimalFormat: DecimalFormat = DecimalFormat("#.##;−#.##"), colorCode: Boolean = true)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

Returns a label for the given CartesianMarker.Targets.

Link copied to clipboard
open override fun hashCode(): Int