Labelers
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
Defines common functions to build labels in a chart.

Inheritance:
Object =>
Labelers

Properties

Gets the default labeler.
Type: Func<Double, String>
Gets the seven representative digits labeler.
Type: Func<Double, String>
Gets the currency labeler.
Type: Func<Double, String>

Methods

// Sets the default labeler.
Func<Double, String> labeler// The labeler.
)
// Formats to currency.
Double value, // The value.
String thousands, // The thousands.
String decimals, // The decimals.
String symbol// The symbol.
)
// Builds a named labeler.
IList<String> labels// The labels.
)