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.
Functions
Link copied to clipboard
open override fun format(context: CartesianDrawingContext, targets: List<CartesianMarker.Target>): CharSequence
Returns a label for the given CartesianMarker.Targets.